Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MG-RAST/Shock
/ minuteTrace
Function
minuteTrace
shock-server/trace.go:25–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
minuteTrace() {
26
wait := 1 * time.Minute
27
for
{
28
durationTrace(wait)
29
}
30
}
31
32
func
durationTrace(wait time.Duration) {
33
name := traceFileName()
Callers
nothing calls this directly
Calls
1
durationTrace
Function · 0.85
Tested by
no test coverage detected