MCPcopy 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
18func hourlyTrace() {
19 wait := 60 * time.Minute
20 for {
21 durationTrace(wait)
22 }
23}
24
25func minuteTrace() {
26 wait := 1 * time.Minute

Callers

nothing calls this directly

Calls 1

durationTraceFunction · 0.85

Tested by

no test coverage detected