()
| 559 | } |
| 560 | |
| 561 | func (m *Query) GetDoCount() bool { |
| 562 | if m != nil { |
| 563 | return m.DoCount |
| 564 | } |
| 565 | return false |
| 566 | } |
| 567 | |
| 568 | func (m *Query) GetUidList() *List { |
| 569 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected