()
| 1798 | } |
| 1799 | |
| 1800 | func (m *Tablet) GetPredicate() string { |
| 1801 | if m != nil { |
| 1802 | return m.Predicate |
| 1803 | } |
| 1804 | return "" |
| 1805 | } |
| 1806 | |
| 1807 | func (m *Tablet) GetForce() bool { |
| 1808 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected