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

Method GetMsg

bitmap/pb.pb.go:4328–4333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4326}
4327
4328func (m *Status) GetMsg() string {
4329 if m != nil {
4330 return m.Msg
4331 }
4332 return ""
4333}
4334
4335type BackupRequest struct {
4336 ReadTs uint64 `protobuf:"varint,1,opt,name=read_ts,json=readTs,proto3" json:"read_ts,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected