Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/etcd-io/bbolt
/ MustDeleteFile
Method
MustDeleteFile
internal/btesting/btesting.go:112–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(db *DB) MustDeleteFile() {
113
err := os.Remove(db.Path())
114
require.NoError(db.t, err)
115
}
116
117
func
(db *DB) SetOptions(o *bolt.Options) {
118
db.o = o
Callers
2
testSimulate
Function · 0.80
TestTx_TruncateBeforeWrite
Function · 0.80
Calls
1
Path
Method · 0.95
Tested by
2
testSimulate
Function · 0.64
TestTx_TruncateBeforeWrite
Function · 0.64