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

Method Free

branch.go:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (i *BranchIterator) Free() {
64 runtime.SetFinalizer(i, nil)
65 C.git_branch_iterator_free(i.ptr)
66}
67
68func (i *BranchIterator) ForEach(f BranchIteratorFunc) error {
69 b, t, err := i.Next()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected