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

Function _go_git_refdb_backend_free

wrapper.c:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void _go_git_refdb_backend_free(git_refdb_backend *backend)
190{
191 if (!backend->free)
192 return;
193 backend->free(backend);
194}
195
196int _go_git_diff_foreach(git_diff *diff, int eachFile, int eachHunk, int eachLine, void *payload)
197{

Callers

nothing calls this directly

Calls 1

freeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…