()
| 1496 | } |
| 1497 | |
| 1498 | func (x *Group) GetTablets() map[string]*Tablet { |
| 1499 | if x != nil { |
| 1500 | return x.Tablets |
| 1501 | } |
| 1502 | return nil |
| 1503 | } |
| 1504 | |
| 1505 | func (x *Group) GetSnapshotTs() uint64 { |
| 1506 | if x != nil { |
no outgoing calls
no test coverage detected