Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Delete
Function
Delete
libs/platform/settings.hpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
inline void Delete(std::string_view key)
63
{
64
StringStorage::Instance().DeleteKeyAndValue(key);
65
}
66
inline void Clear()
67
{
68
StringStorage::Instance().Clear();
Callers
6
Java_app_organicmaps_sdk_util_Config_nativeDeleteConfigValue
Function · 0.85
LoadSession
Method · 0.85
Clear
Method · 0.85
SetCustomMapLanguageCode
Method · 0.85
UNIT_TEST
Function · 0.85
~ScopedSettings
Method · 0.85
Calls
1
DeleteKeyAndValue
Method · 0.80
Tested by
2
UNIT_TEST
Function · 0.68
~ScopedSettings
Method · 0.68