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

Struct BranchIterator

branch.go:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30type BranchIterator struct {
31 doNotCompare
32 ptr *C.git_branch_iterator
33 repo *Repository
34}
35
36type BranchIteratorFunc func(*Branch, BranchType) error
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected