Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ durations
Function
durations
coderd/autobuild/notify/notifier_test.go:119–121 ·
view source on GitHub ↗
(ds ...time.Duration)
Source
from the content-addressed store, hash-verified
117
}
118
119
func
durations(ds ...time.Duration) []time.Duration {
120
return
ds
121
}
122
123
func
TestMain(m *testing.M) {
124
goleak.VerifyTestMain(m, testutil.GoleakOptions...)
Callers
1
TestNotifier
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected