()
| 552 | } |
| 553 | |
| 554 | func (m *Query) GetAfterUid() uint64 { |
| 555 | if m != nil { |
| 556 | return m.AfterUid |
| 557 | } |
| 558 | return 0 |
| 559 | } |
| 560 | |
| 561 | func (m *Query) GetDoCount() bool { |
| 562 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected