Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ NewTicker
Method
NewTicker
zapcore/clock.go:46–48 · zapcore/clock.go::systemClock.NewTicker
(duration time.Duration)
Source
from the content-addressed store, hash-verified
44
}
45
46
func
(systemClock) NewTicker(duration time.Duration) *time.Ticker {
47
return
time.NewTicker(duration)
48
}
Callers
nothing calls this directly
Calls
1
NewTicker
Method · 0.65
Tested by
no test coverage detected