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

Method EnableSaving

libs/map/user_mark_id_storage.cpp:189–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void UserMarkIdStorage::EnableSaving(bool enable)
190{
191 if (m_savingEnabled == enable)
192 return;
193
194 m_savingEnabled = enable;
195 if (enable)
196 {
197 SaveLastBookmarkId();
198 SaveLastTrackId();
199 SaveLastCategoryId();
200 }
201}

Callers 2

CreateCategoriesMethod · 0.80
EnableTestModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected