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::TypeMap::Entry::Compiled - Object for storing collapse/expand methods

Attributes

       expand_method
           Contains a subroutine reference (or a string, denoting a method name).  It is called as method on the
           KiokuDB::Linker.  Takes a KiokuDB::Entry as an argument, and should return the expanded object.

       collapse_method
           Contains a subroutine reference (or a string, denoting a method name).  It is called as method on the
           KiokuDB::Collapser.   Takes  the  object  to  be  collapsed  as  an  argument,  and  should  return a
           KiokuDB::Reference.

       id_method
           Contains a subroutine reference (or a string, denoting a method name).  It is called as method on the
           KiokuDB::Collapser.  Takes the object to be collapsed as an argument, and should return an ID for  it
           .

       refresh_method
           Contains a subroutine reference (or a string, denoting a method name).  It is called as method on the
           KiokuDB::Linker.  Takes the object to be refreshed and its corresponding KiokuDB::Entry as arguments.

       class
           The class for which the methods are being compiled.

       entry
           The KiokuDB::TypeMap::Entry that created this object.

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       Objects of this class should be returned by "compile" in KiokuDB::TypeMap::Entry.  You probably shouldn't
       be using this directly; you may just want to consume KiokuDB::TypeMap::Entry::Std or something.

Name

       KiokuDB::TypeMap::Entry::Compiled - Object for storing collapse/expand methods

Synopsis

       TODO

Version

       version 0.57

See Also