Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ teardown
Function
teardown
blockproducer/xxx_test.go:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
teardown() {
78
if
err := os.RemoveAll(testingDataDir); err != nil {
79
panic(err)
80
}
81
}
82
83
func
TestMain(m *testing.M) {
84
os.Exit(
func
() int {
Callers
1
TestMain
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected