()
| 2406 | } |
| 2407 | |
| 2408 | func (m *RestoreRequest) GetBackupNum() uint64 { |
| 2409 | if m != nil { |
| 2410 | return m.BackupNum |
| 2411 | } |
| 2412 | return 0 |
| 2413 | } |
| 2414 | |
| 2415 | type Proposal struct { |
| 2416 | Mutations *Mutations `protobuf:"bytes,2,opt,name=mutations,proto3" json:"mutations,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected