| 160 | } |
| 161 | |
| 162 | int _go_git_visit_submodule(git_repository *repo, void *fct) |
| 163 | { |
| 164 | return git_submodule_foreach(repo, (git_submodule_cb)&submoduleCallback, fct); |
| 165 | } |
| 166 | |
| 167 | int _go_git_treewalk(git_tree *tree, git_treewalk_mode mode, void *ptr) |
| 168 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…