()
| 3495 | } |
| 3496 | |
| 3497 | func (x *Query) GetFreeString() string { |
| 3498 | if x != nil { |
| 3499 | return x.FreeString |
| 3500 | } |
| 3501 | return "" |
| 3502 | } |
| 3503 | |
| 3504 | func (x *Query) GetETag() string { |
| 3505 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected