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

Method FullKeyBytes

internal/utils/kvstore/table.go:308–312  ·  view source on GitHub ↗
(realKeyBytes []byte)

Source from the content-addressed store, hash-verified

306}
307
308func (this *Table[T]) FullKeyBytes(realKeyBytes []byte) []byte {
309 var k = append(this.Namespace(), KeyPrefix...)
310 k = append(k, realKeyBytes...)
311 return k
312}
313
314func (this *Table[T]) FieldKey(fieldName string) []byte {
315 var data = append(this.Namespace(), FieldPrefix...)

Callers 3

DeleteRangeMethod · 0.95
CountMethod · 0.95
iterateFieldsMethod · 0.80

Calls 1

NamespaceMethod · 0.95

Tested by

no test coverage detected