Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ TestMain
Function
TestMain
rpc/xxx_test.go:251–257 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
249
}
250
251
func
TestMain(m *testing.M) {
252
os.Exit(
func
() int {
253
setup()
254
defer
teardown()
255
return
m.Run()
256
}())
257
}
Callers
nothing calls this directly
Calls
2
setup
Function · 0.70
teardown
Function · 0.70
Tested by
no test coverage detected