Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ IdKeys
Method
IdKeys
internal/utils/expires/id_key_map.go:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(this *IdKeyMap) IdKeys()
map
[int64]string {
63
return
this.idKeys
64
}
65
66
func
(this *IdKeyMap) KeyIds()
map
[string]int64 {
67
return
this.keyIds
Callers
1
TestNewIdKeyMap
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNewIdKeyMap
Function · 0.64