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

Method GetGroupChecksums

bitmap/pb.pb.go:3865–3870  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3863}
3864
3865func (m *OracleDelta) GetGroupChecksums() map[uint32]uint64 {
3866 if m != nil {
3867 return m.GroupChecksums
3868 }
3869 return nil
3870}
3871
3872type TxnTimestamps struct {
3873 Ts []uint64 `protobuf:"varint,1,rep,packed,name=ts,proto3" json:"ts,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected