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

Method uint64

worker/queue.go:356–358  ·  view source on GitHub ↗

uint64 represents the TaskMeta as a uint64.

()

Source from the content-addressed store, hash-verified

354
355// uint64 represents the TaskMeta as a uint64.
356func (t TaskMeta) uint64() uint64 {
357 return uint64(t)
358}
359
360const (
361 // Reserve the zero value for errors.

Callers 3

TaskStatusMethod · 0.80
enqueueMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected