()
| 14 | type InstanceKeyMap map[InstanceKey]bool |
| 15 | |
| 16 | func NewInstanceKeyMap() *InstanceKeyMap { |
| 17 | return &InstanceKeyMap{} |
| 18 | } |
| 19 | |
| 20 | func (ikm *InstanceKeyMap) Len() int { |
| 21 | return len(*ikm) |
no outgoing calls
no test coverage detected
searching dependent graphs…