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

Method GetKv

bitmap/pb.pb.go:2467–2472  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2465}
2466
2467func (m *Proposal) GetKv() []*pb.KV {
2468 if m != nil {
2469 return m.Kv
2470 }
2471 return nil
2472}
2473
2474func (m *Proposal) GetState() *MembershipState {
2475 if m != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected