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

Struct HandleList

handles.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type HandleList struct {
14 doNotCompare
15 sync.RWMutex
16 // stores the Go pointers
17 handles map[unsafe.Pointer]interface{}
18}
19
20func NewHandleList() *HandleList {
21 return &HandleList{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected