MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / Timestamp

Method Timestamp

worker/queue.go:341–343  ·  view source on GitHub ↗

Timestamp returns the timestamp of the last status change of the task.

()

Source from the content-addressed store, hash-verified

339
340// Timestamp returns the timestamp of the last status change of the task.
341func (t TaskMeta) Timestamp() time.Time {
342 return time.Unix(int64(t>>32), 0)
343}
344
345// Kind returns the type of the task.
346func (t TaskMeta) Kind() TaskKind {

Callers 1

resolveTaskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected