libgit2

git_packbuilder_object_count

Version:

Get the total number of objects the packbuilder will write out

Signature

size_t git_packbuilder_object_count(git_packbuilder *pb);

Parameters

In
pb

the packbuilder

Returns

size_t

the number of objects in the packfile

Versions