MCPcopy
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
46func (systemClock) NewTicker(duration time.Duration) *time.Ticker {
47 return time.NewTicker(duration)
48}

Callers

nothing calls this directly

Calls 1

NewTickerMethod · 0.65

Tested by

no test coverage detected