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

Method Free

object.go:198–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196}
197
198func (o *Object) Free() {
199 runtime.SetFinalizer(o, nil)
200 C.git_object_free(o.ptr)
201}
202
203// Peel recursively peels an object until an object of the specified type is met.
204//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected