MCPcopy Create free account
hub / github.com/Tencent/MMKV / removeValueForKey

Method removeValueForKey

Core/MMKV_OSX.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183bool MMKV::removeValueForKey(std::string_view key) {
184 HybridString hybridKey = key;
185 return removeValueForKey(hybridKey.str);
186}
187
188bool MMKV::getBool(std::string_view key, bool defaultValue, bool *hasValue) {
189 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls 1

removeValueForKeyFunction · 0.50

Tested by

no test coverage detected