git_packbuilder_foreach_cb

Callback used to iterate over packed objects

@see git_packbuilder_foreach

extern (C) nothrow @nogc
alias git_packbuilder_foreach_cb = int function
(
void* buf
,
size_t size
,
void* payload
)

Return Value

non-zero to terminate the iteration

Meta