MCPcopy 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

133var remotePointers *remotePointerList
134
135func init() {
136 initLibGit2()
137}
138
139func initLibGit2() {
140 pointerHandles = NewHandleList()

Callers

nothing calls this directly

Calls 1

initLibGit2Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…