MCPcopy Create free account
hub / github.com/libgit2/git2go / _go_git_packbuilder_foreach

Function _go_git_packbuilder_foreach

wrapper.c:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172int _go_git_packbuilder_foreach(git_packbuilder *pb, void *payload)
173{
174 return git_packbuilder_foreach(pb, (git_packbuilder_foreach_cb)&packbuilderForEachCallback, payload);
175}
176
177int _go_git_odb_foreach(git_odb *db, void *payload)
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…