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

Method Free

packbuilder.go:42–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (pb *Packbuilder) Free() {
43 runtime.SetFinalizer(pb, nil)
44 C.git_packbuilder_free(pb.ptr)
45}
46
47func (pb *Packbuilder) Insert(id *Oid, name string) error {
48 cname := C.CString(name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected