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

Method Free

index.go:634–637  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

632}
633
634func (v *IndexConflictIterator) Free() {
635 runtime.SetFinalizer(v, nil)
636 C.git_index_conflict_iterator_free(v.ptr)
637}
638
639func (v *Index) ConflictIterator() (*IndexConflictIterator, error) {
640 var i *C.git_index_conflict_iterator

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected