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

Method GetDelta

bitmap/pb.pb.go:2488–2493  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2486}
2487
2488func (m *Proposal) GetDelta() *OracleDelta {
2489 if m != nil {
2490 return m.Delta
2491 }
2492 return nil
2493}
2494
2495func (m *Proposal) GetSnapshot() *Snapshot {
2496 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected