MCPcopy
hub / github.com/dgraph-io/dgraph / Counter

Method Counter

dgraph/cmd/live/batch.go:482–489  ·  view source on GitHub ↗

Counter returns the current state of the BatchMutation.

()

Source from the content-addressed store, hash-verified

480
481// Counter returns the current state of the BatchMutation.
482func (l *loader) Counter() Counter {
483 return Counter{
484 Nquads: atomic.LoadUint64(&l.nquads),
485 TxnsDone: atomic.LoadUint64(&l.txns),
486 Elapsed: time.Since(l.start),
487 Aborts: atomic.LoadUint64(&l.aborts),
488 }
489}

Callers 2

printCountersMethod · 0.95
runFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected