Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ TestMain
Function
TestMain
cmd/cqld/main_test.go:23–26 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
21
import
"testing"
22
23
func
TestMain(m *testing.M) {
24
defer
m.Run()
25
main()
26
}
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected