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

Method Free

reference.go:362–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360}
361
362func (v *Reference) Free() {
363 runtime.SetFinalizer(v, nil)
364 C.git_reference_free(v.ptr)
365}
366
367type ReferenceIterator struct {
368 doNotCompare

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected