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

Method GetStorageEngine

driver/oss/db.go:129–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

127}
128
129func (s *DB) GetStorageEngine() any {
130 return s.db
131}
132
133func (db *DB) initOpts() {
134 db.opts = newOptions(db.cfg)

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected