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

DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find

Attributes

       This class defines the following attributes.

Author

       Please see DBIx::Class::Schema::PopulateMore For authorship information

Description

       Given a Source.$value, do a $schema->Resultset('Source')->find($value) and use that value.  We can't find
       anything, throw an exception.

License

       Please see DBIx::Class::Schema::PopulateMore For licensing terms.

perl v5.36.0                                       2023-01-22              DBIx::Class::S...:Inflator::Find(3pm)

Methods

       This module defines the following methods.

   inflate($command,$string)
       This is called by Populate's dispatcher, when there is a match.

Name

       DBIx::Class::Schema::PopulateMore::Inflator::Find - Inflate via ResultSet->find

Synopsis

           !Find:Rating.10 => $schema->resultset('Rating')->find(10);
           !Find:Rating.[key=10] => $schema->resultset('Rating')->find(10);

See Also