Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aceld/zinx
/ TestMain
Function
TestMain
znet/acceptdelay_test.go:34–39 ·
view source on GitHub ↗
(m *testing.M)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
TestMain(m *testing.M) {
35
setup()
36
code := m.Run()
37
teardown()
38
os.Exit(code)
39
}
Callers
nothing calls this directly
Calls
3
setup
Function · 0.85
teardown
Function · 0.85
Run
Method · 0.45
Tested by
no test coverage detected