()
| 601 | } |
| 602 | |
| 603 | func (m *Query) GetExpandAll() bool { |
| 604 | if m != nil { |
| 605 | return m.ExpandAll |
| 606 | } |
| 607 | return false |
| 608 | } |
| 609 | |
| 610 | func (m *Query) GetReadTs() uint64 { |
| 611 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected