Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/libgit2/git2go
/ init
Function
init
git.go:135–137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
133
var
remotePointers *remotePointerList
134
135
func
init() {
136
initLibGit2()
137
}
138
139
func
initLibGit2() {
140
pointerHandles = NewHandleList()
Callers
nothing calls this directly
Calls
1
initLibGit2
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…