MCPcopy 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
26func TestMain(m *testing.M) {
27 flag.Parse()
28 defer m.Run()
29 main()
30}

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected