MCPcopy
hub / github.com/dgraph-io/dgraph / GetMsg

Method GetMsg

protos/pb/pb.pb.go:5147–5152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5145}
5146
5147func (x *Status) GetMsg() string {
5148 if x != nil {
5149 return x.Msg
5150 }
5151 return ""
5152}
5153
5154// Backups record all data from since_ts to read_ts.
5155// With incremental backups, the read_ts of the first backup becomes

Callers 2

moveTabletMethod · 0.95
resolveMoveTabletFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected