MCPcopy Create free account
hub / github.com/comaps/comaps / IsViewportSearchActive

Method IsViewportSearchActive

libs/map/search_api.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

operator()Method · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected