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

Function _go_git_odb_foreach

wrapper.c:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177int _go_git_odb_foreach(git_odb *db, void *payload)
178{
179 return git_odb_foreach(db, (git_odb_foreach_cb)&odbForEachCallback, payload);
180}
181
182void _go_git_odb_backend_free(git_odb_backend *backend)
183{

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…