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

Method EnableIndexingOfBookmarkGroup

libs/map/search_api.cpp:324–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void SearchAPI::EnableIndexingOfBookmarkGroup(kml::MarkGroupId const & groupId, bool enable)
325{
326 if (enable)
327 m_indexableGroups.insert(groupId);
328 else
329 m_indexableGroups.erase(groupId);
330
331 m_engine.EnableIndexingOfBookmarkGroup(KmlGroupIdToSearchGroupId(groupId), enable);
332}
333
334ankerl::unordered_dense::set<kml::MarkGroupId> const & SearchAPI::GetIndexableGroups() const
335{

Callers 2

PrepareForSearchMethod · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls 3

insertMethod · 0.45
eraseMethod · 0.45

Tested by 1

UNIT_CLASS_TESTFunction · 0.36