()
| 5145 | } |
| 5146 | |
| 5147 | func (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 |
no outgoing calls
no test coverage detected