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

Method Branch

branch.go:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func (r *Reference) Branch() *Branch {
27 return &Branch{Reference: r}
28}
29
30type BranchIterator struct {
31 doNotCompare

Callers 4

NextMethod · 0.80
CreateBranchMethod · 0.80
MoveMethod · 0.80
LookupBranchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected