()
| 4272 | } |
| 4273 | |
| 4274 | func (m *SnapshotMeta) GetGroupId() uint32 { |
| 4275 | if m != nil { |
| 4276 | return m.GroupId |
| 4277 | } |
| 4278 | return 0 |
| 4279 | } |
| 4280 | |
| 4281 | // Status describes a general status response. |
| 4282 | // code: 0 = success, 0 != failure. |
nothing calls this directly
no outgoing calls
no test coverage detected