logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

"Devel::MAT::Tool::Outrefs" - show SVs referred to by a given SV

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.40.0                                       2024-10-20                     Devel::MAT::Tool::Outrefs(3pm)

Comands

outrefs
          pmat> outrefs defstash
          ...

       Shows the outgoing references that refer to other SVs.

       Takes the following named options:

       --weak
           Include weak direct references in the output (by default only strong direct ones will be included).

       --all
           Include both weak and indirect references in the output.

Description

       This "Devel::MAT" tool provides a command to list the other SVs that a given SV retains a reference to.

Name

       "Devel::MAT::Tool::Outrefs" - show SVs referred to by a given SV

See Also