git_packbuilder_foreach

Create the new pack and pass each object to the callback

extern (C) nothrow @nogc
int
git_packbuilder_foreach

Parameters

pb libgit2_d.types.git_packbuilder*

the packbuilder

cb .git_packbuilder_foreach_cb

the callback to call with each packed object's buffer

payload void*

the callback's data

Return Value

Type: int

0 or an error code

Meta