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

Function _go_git_treewalk

wrapper.c:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167int _go_git_treewalk(git_tree *tree, git_treewalk_mode mode, void *ptr)
168{
169 return git_tree_walk(tree, mode, (git_treewalk_cb)&treeWalkCallback, ptr);
170}
171
172int _go_git_packbuilder_foreach(git_packbuilder *pb, void *payload)
173{

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…