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

Method Store

internal/utils/kvstore/db.go:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func (this *DB) Store() *Store {
53 return this.store
54}
55
56func (this *DB) Inspect(fn func(key []byte, value []byte)) error {
57 it, err := this.store.rawDB.NewIter(&pebble.IterOptions{

Callers 8

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

Calls

no outgoing calls

Tested by 2

TestQuery_FindAll_BreakFunction · 0.64