()
| 587 | } |
| 588 | |
| 589 | func (m *Query) GetFacetParam() *FacetParams { |
| 590 | if m != nil { |
| 591 | return m.FacetParam |
| 592 | } |
| 593 | return nil |
| 594 | } |
| 595 | |
| 596 | func (m *Query) GetFacetsFilter() *FilterTree { |
| 597 | if m != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected