MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / NewOffsetTimer

Method NewOffsetTimer

graphql/schema/response.go:314–314  ·  view source on GitHub ↗
(storeTo *OffsetDuration)

Source from the content-addressed store, hash-verified

312// A TimerFactory makes offset timers that can be used to fill out an OffsetDuration.
313type TimerFactory interface {
314 NewOffsetTimer(storeTo *OffsetDuration) OffsetTimer
315}
316
317// An OffsetTimer is used to fill out an OffsetDuration. Start starts the timer

Callers 1

newtimerFunction · 0.65

Implementers 1

timerFactorygraphql/schema/response.go

Calls

no outgoing calls

Tested by

no test coverage detected