MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / teardown

Function teardown

rpc/xxx_test.go:245–249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243}
244
245func teardown() {
246 if err := os.RemoveAll(tempDir); err != nil {
247 panic(err)
248 }
249}
250
251func TestMain(m *testing.M) {
252 os.Exit(func() int {

Callers 2

TestMainFunction · 0.70
run_benchmarkFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected