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

Struct DB

driver/hybriddb/db.go:81–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81type DB struct {
82 path string
83 cfg *config.LevelDBConfig
84 db *leveldb.DB
85 opts *opt.Options
86
87 iteratorOpts *opt.ReadOptions
88 syncOpts *opt.WriteOptions
89
90 filter filter.Filter
91
92 mu sync.RWMutex
93 stats *Stats
94 closed bool
95 config Config
96}
97
98type Stats struct {
99 ReadOps int64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected