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

Method Namespace

internal/utils/kvstore/table.go:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (this *Table[T]) Namespace() []byte {
52 var dest = make([]byte, len(this.rawNamespace))
53 copy(dest, this.rawNamespace)
54 return dest
55}
56
57func (this *Table[T]) SetNamespace(namespace []byte) {
58 this.rawNamespace = namespace

Callers 4

TruncateMethod · 0.95
FullKeyMethod · 0.95
FullKeyBytesMethod · 0.95
FieldKeyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected