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

Method GetRestore

bitmap/pb.pb.go:2516–2521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2514}
2515
2516func (m *Proposal) GetRestore() *RestoreRequest {
2517 if m != nil {
2518 return m.Restore
2519 }
2520 return nil
2521}
2522
2523type KVS struct {
2524 Data []byte `protobuf:"bytes,5,opt,name=data,proto3" json:"data,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected