MCPcopy
hub / github.com/github/gh-ost / NewInstanceKeyMap

Function NewInstanceKeyMap

go/mysql/instance_key_map.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type InstanceKeyMap map[InstanceKey]bool
15
16func NewInstanceKeyMap() *InstanceKeyMap {
17 return &InstanceKeyMap{}
18}
19
20func (ikm *InstanceKeyMap) Len() int {
21 return len(*ikm)

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…