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

Method Free

odb.go:348–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346}
347
348func (v *OdbObject) Free() {
349 runtime.SetFinalizer(v, nil)
350 C.git_odb_object_free(v.ptr)
351}
352
353func (object *OdbObject) Id() (oid *Oid) {
354 ret := newOidFromC(C.git_odb_object_id(object.ptr))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected