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

Function newRemotePointerList

remote.go:207–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205}
206
207func newRemotePointerList() *remotePointerList {
208 return &remotePointerList{
209 pointers: make(map[*C.git_remote]*Remote),
210 }
211}
212
213// track adds the given pointer to the list of pointers to track and
214// returns a pointer value which can be passed to C as an opaque

Callers 1

initLibGit2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…