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::Std::Compile - Provides a compile implementation

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This role provides an implementation for "compile" in KiokuDB::TypeMap::Entry by breaking down its
       requirements into four separated methods.

Name

       KiokuDB::TypeMap::Entry::Std::Compile - Provides a compile implementation

Required Methods

       compile_collapse
           Must  return  a code reference or method name.  The calling conventions for this method are described
           in "collapse_method" in KiokuDB::TypeMap::Entry::Compiled.

       compile_expand
           Must return a code reference or method name.  The calling conventions for this method  are  described
           in "expand_method" in KiokuDB::TypeMap::Entry::Compiled.

       compile_id
           Must  return  a code reference or method name.  The calling conventions for this method are described
           in "id_method" in KiokuDB::TypeMap::Entry::Compiled.

       compile_refresh
           Must return a code reference or method name.  The calling conventions for this method  are  described
           in "refresh_method" in KiokuDB::TypeMap::Entry::Compiled.

See Also

       KiokuDB::TypeMap::Entry::Compiled

Synopsis

       TODO

Version

       version 0.57

See Also