MCPcopy
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
112func (db *DB) MustDeleteFile() {
113 err := os.Remove(db.Path())
114 require.NoError(db.t, err)
115}
116
117func (db *DB) SetOptions(o *bolt.Options) {
118 db.o = o

Callers 2

testSimulateFunction · 0.80

Calls 1

PathMethod · 0.95

Tested by 2

testSimulateFunction · 0.64