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

Method Prefixes

internal/caches/list_memory.go:403–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401}
402
403func (this *MemoryList) Prefixes() []string {
404 return this.prefixes
405}
406
407func (this *MemoryList) ItemMaps() map[string]map[string]*Item {
408 return this.itemMaps

Callers 1

TestMemoryList_AddFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestMemoryList_AddFunction · 0.64