Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
type
Branch
struct
{
22
doNotCompare
23
*Reference
24
}
25
26
func
(r *Reference) Branch() *Branch {
27
return
&Branch{Reference: r}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected