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

Function _go_git_odb_writepack_commit

wrapper.c:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495int _go_git_odb_writepack_commit(git_odb_writepack *writepack, git_transfer_progress *stats)
496{
497 return writepack->commit(writepack, stats);
498}
499
500void _go_git_odb_writepack_free(git_odb_writepack *writepack)
501{

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…