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

Function _go_git_visit_submodule

wrapper.c:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162int _go_git_visit_submodule(git_repository *repo, void *fct)
163{
164 return git_submodule_foreach(repo, (git_submodule_cb)&submoduleCallback, fct);
165}
166
167int _go_git_treewalk(git_tree *tree, git_treewalk_mode mode, void *ptr)
168{

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…