git_packbuilder_object_count

Get the total number of objects the packbuilder will write out

extern (C) nothrow @nogc public
size_t
git_packbuilder_object_count

Parameters

pb libgit2.types.git_packbuilder*

the packbuilder

Return Value

Type: size_t

the number of objects in the packfile

Meta