MCPcopy 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
62func (this *IdKeyMap) IdKeys() map[int64]string {
63 return this.idKeys
64}
65
66func (this *IdKeyMap) KeyIds() map[string]int64 {
67 return this.keyIds

Callers 1

TestNewIdKeyMapFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNewIdKeyMapFunction · 0.64