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

Method Free

odb.go:510–514  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

508}
509
510func (writepack *OdbWritepack) Free() {
511 untrackCallbacksPayload(&writepack.ccallbacks)
512 runtime.SetFinalizer(writepack, nil)
513 C._go_git_odb_writepack_free(writepack.ptr)
514}

Callers

nothing calls this directly

Calls 1

untrackCallbacksPayloadFunction · 0.85

Tested by

no test coverage detected