Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ init
Function
init
internal/ztest/timeout.go:54–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
func
init() {
55
if
v := os.Getenv(
"TEST_TIMEOUT_SCALE"
); v !=
""
{
56
Initialize(v)
57
log.Printf(
"Scaling timeouts by %vx.\n"
, _timeoutScale)
58
}
59
}
Callers
nothing calls this directly
Calls
2
Initialize
Function · 0.85
Printf
Method · 0.45
Tested by
no test coverage detected