func(*Branch, BranchType) error
| 34 | } |
| 35 | |
| 36 | type BranchIteratorFunc func(*Branch, BranchType) error |
| 37 | |
| 38 | func newBranchIteratorFromC(repo *Repository, ptr *C.git_branch_iterator) *BranchIterator { |
| 39 | i := &BranchIterator{repo: repo, ptr: ptr} |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…