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

Biber::Entries - Biber::Entries objects

Authors

       Philip Kime "<philip at kime.org.uk>"

Bugs

       Please report any bugs or feature requests on our Github tracker at
       <https://github.com/plk/biber/issues>.

Name

       Biber::Entries - Biber::Entries objects

   new
           Initialize a Biber::Entries object

   notnull
           Test for an empty object

   entry_exists
           Boolean values sub to tell if there is an entry
           for the passed citation key.

   entry
           Returns a Biber::Entry object for a given
           citekey

   entries
           Returns an array of all Biber::Entry objects

   del_entries
         Deletes all Biber::Entry objects

   add_entry
           Adds a Biber::Entry to the Biber::Entries object

   del_entry
         Deletes a Biber::Entry object for a given
         citekey. Only used in tests in order to reset
         data before regeneration with different options.

See Also