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

Method GetSnapshot

bitmap/pb.pb.go:2495–2500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2493}
2494
2495func (m *Proposal) GetSnapshot() *Snapshot {
2496 if m != nil {
2497 return m.Snapshot
2498 }
2499 return nil
2500}
2501
2502func (m *Proposal) GetIndex() uint64 {
2503 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected