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

Method DB

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

Source from the content-addressed store, hash-verified

63}
64
65func (this *Table[T]) DB() *DB {
66 return this.db
67}
68
69func (this *Table[T]) Encoder() ValueEncoder[T] {
70 return this.encoder

Callers 10

TestQuery_FindAll_BreakFunction · 0.80
FlushMethod · 0.80
DeleteMethod · 0.80
FlushMethod · 0.80
TestInspectMethod · 0.80
TruncateMethod · 0.80
FlushMethod · 0.80
FlushMethod · 0.80
TestInspectMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestQuery_FindAll_BreakFunction · 0.64