()
| 204 | } |
| 205 | |
| 206 | func (x *DocumentQuery) GetMetaQuery() string { |
| 207 | if x != nil { |
| 208 | return x.MetaQuery |
| 209 | } |
| 210 | return "" |
| 211 | } |
| 212 | |
| 213 | func (x *DocumentQuery) GetOffset() int64 { |
| 214 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected