MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Keys

Method Keys

internal/utils/maps/map_fixed.go:68–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (this *FixedMap[KeyT, ValueT]) Keys() []KeyT {
69 this.locker.RLock()
70 defer this.locker.RUnlock()
71 return this.keys
72}
73
74func (this *FixedMap[KeyT, ValueT]) RawMap() map[KeyT]ValueT {
75 this.locker.RLock()

Callers 1

TestNewFixedMapFunction · 0.80

Calls 2

RLockMethod · 0.80
RUnlockMethod · 0.80

Tested by 1

TestNewFixedMapFunction · 0.64