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

Function teardown

naconn/conn_test.go:187–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187func teardown() {
188 if err := os.RemoveAll(tempDir); err != nil {
189 panic(err)
190 }
191}
192
193func TestMain(m *testing.M) {
194 os.Exit(func() int {

Callers 1

TestMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected