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

KiokuDB::Reference - A symbolic reference to another KiokuDB::Entry.

Attributes

       id  The ID this entry refers to

       is_weak
           This reference is weak.

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This object serves as an internal marker to point to entries by UID.

       The linker resolves these references by searching the live object set and loading entries from the
       backend as necessary.

Name

       KiokuDB::Reference - A symbolic reference to another KiokuDB::Entry.

Synopsis

           my $ref = KiokuDB::Reference->new(
               id => $some_id,
           );

Version

       version 0.57

See Also