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

Method RawDB

internal/utils/kvstore/store.go:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219func (this *Store) RawDB() *pebble.DB {
220 return this.rawDB
221}
222
223func (this *Store) Flush() error {
224 return this.rawDB.Flush()

Callers 3

TestStore_RawDBFunction · 0.45
testCountStoreFunction · 0.45
testInspectDBFunction · 0.45

Calls

no outgoing calls

Tested by 3

TestStore_RawDBFunction · 0.36
testCountStoreFunction · 0.36
testInspectDBFunction · 0.36