()
| 1224 | } |
| 1225 | |
| 1226 | func (m *Group) GetTablets() map[string]*Tablet { |
| 1227 | if m != nil { |
| 1228 | return m.Tablets |
| 1229 | } |
| 1230 | return nil |
| 1231 | } |
| 1232 | |
| 1233 | func (m *Group) GetSnapshotTs() uint64 { |
| 1234 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected