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

FuncType BranchIteratorFunc

branch.go:36–36  ·  view source on GitHub ↗
func(*Branch, BranchType) error

Source from the content-addressed store, hash-verified

34}
35
36type BranchIteratorFunc func(*Branch, BranchType) error
37
38func newBranchIteratorFromC(repo *Repository, ptr *C.git_branch_iterator) *BranchIterator {
39 i := &BranchIterator{repo: repo, ptr: ptr}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…