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

Method FullKey

internal/utils/kvstore/table.go:304–306  ·  view source on GitHub ↗
(realKey string)

Source from the content-addressed store, hash-verified

302}
303
304func (this *Table[T]) FullKey(realKey string) []byte {
305 return append(this.Namespace(), KeyPrefix+realKey...)
306}
307
308func (this *Table[T]) FullKeyBytes(realKeyBytes []byte) []byte {
309 var k = append(this.Namespace(), KeyPrefix...)

Callers 4

ExistMethod · 0.95
deleteKeysMethod · 0.95
setMethod · 0.95
getMethod · 0.95

Calls 1

NamespaceMethod · 0.95

Tested by

no test coverage detected