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