Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
func
teardown() {
188
if
err := os.RemoveAll(tempDir); err != nil {
189
panic(err)
190
}
191
}
192
193
func
TestMain(m *testing.M) {
194
os.Exit(
func
() int {
Callers
1
TestMain
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected