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

Method SetCategoryAccessRules

libs/map/bookmark_manager.cpp:1642–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642void BookmarkManager::SetCategoryAccessRules(kml::MarkGroupId categoryId, kml::AccessRules accessRules)
1643{
1644 CHECK_THREAD_CHECKER(m_threadChecker, ());
1645 GetBmCategory(categoryId)->SetAccessRules(accessRules);
1646}
1647
1648void BookmarkManager::SetCategoryCustomProperty(kml::MarkGroupId categoryId, std::string const & key,
1649 std::string const & value)

Calls 1

SetAccessRulesMethod · 0.80

Tested by

no test coverage detected