Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CovenantSQL/CovenantSQL
/ TestMain
Function
TestMain
cmd/cql/main_test.go:27–32 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
25
)
26
27
func
TestMain(m *testing.M) {
28
internal.AtExit(
func
() {
29
m.Run()
30
})
31
main()
32
}
Callers
nothing calls this directly
Calls
2
AtExit
Function · 0.92
main
Function · 0.70
Tested by
no test coverage detected