()
| 1849 | } |
| 1850 | |
| 1851 | func (q *query) IsCustomHTTP() bool { |
| 1852 | return (*field)(q).IsCustomHTTP() |
| 1853 | } |
| 1854 | |
| 1855 | func (q *query) HasCustomHTTPChild() bool { |
| 1856 | return (*field)(q).HasCustomHTTPChild() |
nothing calls this directly
no test coverage detected