libgit2

git_packbuilder_object_count

Version:

Get the total number of objects the packbuilder will write out

Signature

uint32_t git_packbuilder_object_count(git_packbuilder *pb);

Parameters

In
pb

the packbuilder

Returns

uint32_t

the number of objects in the packfile

Versions