Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
func
(this *FixedMap[KeyT, ValueT]) Keys() []KeyT {
69
this.locker.RLock()
70
defer
this.locker.RUnlock()
71
return
this.keys
72
}
73
74
func
(this *FixedMap[KeyT, ValueT]) RawMap()
map
[KeyT]ValueT {
75
this.locker.RLock()
Callers
1
TestNewFixedMap
Function · 0.80
Calls
2
RLock
Method · 0.80
RUnlock
Method · 0.80
Tested by
1
TestNewFixedMap
Function · 0.64