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

Function NewHandleList

handles.go:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func NewHandleList() *HandleList {
21 return &HandleList{
22 handles: make(map[unsafe.Pointer]interface{}),
23 }
24}
25
26// Track adds the given pointer to the list of pointers to track and
27// 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…