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

Function _go_git_index_remove_all

wrapper.c:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379int _go_git_index_remove_all(git_index *index, const git_strarray *pathspec, void *callback)
380{
381 git_index_matched_path_cb cb = callback ? (git_index_matched_path_cb)&indexMatchedPathCallback : NULL;
382 return git_index_remove_all(index, pathspec, cb, callback);
383}
384
385int _go_git_tag_foreach(git_repository *repo, void *payload)
386{

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…