Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ Refdb
Struct
Refdb
refdb.go:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
)
14
15
type
Refdb
struct
{
16
doNotCompare
17
ptr *C.git_refdb
18
r *Repository
19
}
20
21
type
RefdbBackend
struct
{
22
doNotCompare
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected