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

Method getDouble

Core/MMKV_OSX.cpp:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218double MMKV::getDouble(std::string_view key, double defaultValue, bool *hasValue) {
219 HybridString hybridKey = key;
220 return getDouble(hybridKey.str, defaultValue, hasValue);
221}
222
223bool MMKV::getString(std::string_view key, std::string &result, bool inplaceModification) {
224 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected