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

Function _go_git_odb_writepack_append

wrapper.c:486–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486int _go_git_odb_writepack_append(
487 git_odb_writepack *writepack,
488 const void *data,
489 size_t size,
490 git_transfer_progress *stats)
491{
492 return writepack->append(writepack, data, size, stats);
493}
494
495int _go_git_odb_writepack_commit(git_odb_writepack *writepack, git_transfer_progress *stats)
496{

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…