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

Method getBool

Core/MMKV_OSX.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188bool MMKV::getBool(std::string_view key, bool defaultValue, bool *hasValue) {
189 HybridString hybridKey = key;
190 return getBool(hybridKey.str, defaultValue, hasValue);
191}
192
193int32_t MMKV::getInt32(std::string_view key, int32_t defaultValue, bool *hasValue) {
194 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected