MCPcopy
hub / github.com/etcd-io/bbolt / NewQuickDB

Function NewQuickDB

simulation_test.go:237–239  ·  view source on GitHub ↗

NewQuickDB returns an instance of QuickDB.

()

Source from the content-addressed store, hash-verified

235
236// NewQuickDB returns an instance of QuickDB.
237func NewQuickDB() *QuickDB {
238 return &QuickDB{m: make(map[string]interface{})}
239}
240
241// Get retrieves the value at a key path.
242func (db *QuickDB) Get(keys [][]byte) []byte {

Callers 1

testSimulateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected