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

Function _go_git_odb_write_pack

wrapper.c:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481int _go_git_odb_write_pack(git_odb_writepack **out, git_odb *db, void *progress_payload)
482{
483 return git_odb_write_pack(out, db, transfer_progress_callback, progress_payload);
484}
485
486int _go_git_odb_writepack_append(
487 git_odb_writepack *writepack,

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…