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

Git::Raw::Odb::Object - Git object database backend class

Author

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A Git::Raw::Odb::Object represents a git object database object.

       WARNING: The API of this module is unstable and may change without warning (any change will be
       appropriately documented in the changelog).

Methods

id()
       Retrieve the id of the object, as a string.

   type()
       Get the object type.

   size()
       Get the object size.

   data()
       Get the uncompressed, raw data without the leading header.

Name

       Git::Raw::Odb::Object - Git object database backend class

Version

       version 0.90

See Also