()
| 545 | } |
| 546 | |
| 547 | func (m *Query) GetLangs() []string { |
| 548 | if m != nil { |
| 549 | return m.Langs |
| 550 | } |
| 551 | return nil |
| 552 | } |
| 553 | |
| 554 | func (m *Query) GetAfterUid() uint64 { |
| 555 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected