MCPcopy Create free account
hub / github.com/nutsdb/nutsdb / removeDir

Function removeDir

db_test.go:55–59  ·  view source on GitHub ↗
(dir string)

Source from the content-addressed store, hash-verified

53}
54
55func removeDir(dir string) {
56 if err := os.RemoveAll(dir); err != nil {
57 panic(err)
58 }
59}
60
61func runNutsDBTest(t *testing.T, opts *Options, test func(t *testing.T, db *DB)) {
62 if opts == nil {

Calls

no outgoing calls

Tested by

no test coverage detected