MCPcopy Create free account
hub / github.com/IceFireDB/IceFireDB / DB

Struct DB

driver/crdt/db.go:123–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123type DB struct {
124 ctx context.Context
125 path string
126 db *kv.CRDTKeyValueDB
127 namespace string
128 leveldb *leveldb.DB
129 iteratorOpts badger.IteratorOptions
130}
131
132func (d *DB) GetLevelDB() *leveldb.DB {
133 return d.leveldb

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected