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

Struct DB

driver/oss/db.go:110–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110type DB struct {
111 path string
112
113 cfg *config.LevelDBConfig
114
115 db *leveldb.DB
116
117 opts *opt.Options
118
119 iteratorOpts *opt.ReadOptions
120
121 syncOpts *opt.WriteOptions
122
123 cache *ristretto.Cache
124
125 filter filter.Filter
126 options Options
127}
128
129func (s *DB) GetStorageEngine() any {
130 return s.db

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected