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

Method Free

reference.go:474–477  ·  view source on GitHub ↗

Free the reference iterator

()

Source from the content-addressed store, hash-verified

472
473// Free the reference iterator
474func (v *ReferenceIterator) Free() {
475 runtime.SetFinalizer(v, nil)
476 C.git_reference_iterator_free(v.ptr)
477}
478
479// ReferenceNameIsValid returns whether the reference name is well-formed.
480//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected