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

Struct Branch

branch.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Branch struct {
22 doNotCompare
23 *Reference
24}
25
26func (r *Reference) Branch() *Branch {
27 return &Branch{Reference: r}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected