MCPcopy 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
62inline void Delete(std::string_view key)
63{
64 StringStorage::Instance().DeleteKeyAndValue(key);
65}
66inline void Clear()
67{
68 StringStorage::Instance().Clear();

Callers 6

LoadSessionMethod · 0.85
ClearMethod · 0.85
UNIT_TESTFunction · 0.85
~ScopedSettingsMethod · 0.85

Calls 1

DeleteKeyAndValueMethod · 0.80

Tested by 2

UNIT_TESTFunction · 0.68
~ScopedSettingsMethod · 0.68