Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
func
(s *DB) GetStorageEngine() any {
130
return
s.db
131
}
132
133
func
(db *DB) initOpts() {
134
db.opts = newOptions(db.cfg)
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected