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::TransferProgress - Git transfer progress class

Author

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A Git::Raw::TransferProgress represents it indexer object.

Methods

new()
       Create a new transfer progress object.

   total_objects()
       Number of objects in the packfile being downloaded.

   indexed_objects()
       Received objects that have been hashed.

   received_objects()
       Objects which have been downloaded

   local_objects()
       Locally-available objects that have been injected in order to fix a thin pack.

   total_deltas()indexed_deltas()received_bytes()
       Size of the packfile received up to now.

Name

       Git::Raw::TransferProgress - Git transfer progress class

Version

       version 0.90

See Also