MCPcopy 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

21import "testing"
22
23func TestMain(m *testing.M) {
24 defer m.Run()
25 main()
26}

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected