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

Function _go_git_odb_writepack_free

wrapper.c:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void _go_git_odb_writepack_free(git_odb_writepack *writepack)
501{
502 writepack->free(writepack);
503}
504
505int _go_git_indexer_new(
506 git_indexer **out,

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…