| 302 | } |
| 303 | |
| 304 | bool SearchAPI::IsViewportSearchActive() const |
| 305 | { |
| 306 | return !m_searchIntents[static_cast<size_t>(Mode::Viewport)].m_params.m_query.empty(); |
| 307 | } |
| 308 | |
| 309 | void SearchAPI::ShowViewportSearchResults(Results::ConstIter begin, Results::ConstIter end, bool clear) |
| 310 | { |
no test coverage detected