Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ hourlyTrace
Function
hourlyTrace
shock-server/trace.go:18–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
16
}
17
18
func
hourlyTrace() {
19
wait := 60 * time.Minute
20
for
{
21
durationTrace(wait)
22
}
23
}
24
25
func
minuteTrace() {
26
wait := 1 * time.Minute
Callers
nothing calls this directly
Calls
1
durationTrace
Function · 0.85
Tested by
no test coverage detected