Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
245
func
teardown() {
246
if
err := os.RemoveAll(tempDir); err != nil {
247
panic(err)
248
}
249
}
250
251
func
TestMain(m *testing.M) {
252
os.Exit(
func
() int {
Callers
2
TestMain
Function · 0.70
run_benchmark
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected