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

Method EnableTestMode

libs/map/bookmark_manager.cpp:3307–3311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3305}
3306
3307void BookmarkManager::EnableTestMode(bool enable)
3308{
3309 UserMarkIdStorage::Instance().EnableSaving(!enable);
3310 m_testModeEnabled = enable;
3311}
3312
3313void BookmarkManager::FilterInvalidBookmarks(kml::MarkIdCollection & bookmarks) const
3314{

Callers 3

initializeGLMethod · 0.80
UNIT_CLASS_TESTFunction · 0.80
UNIT_TESTFunction · 0.80

Calls 1

EnableSavingMethod · 0.80

Tested by 2

UNIT_CLASS_TESTFunction · 0.64
UNIT_TESTFunction · 0.64