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

Method getFloat

Core/MMKV_OSX.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213float MMKV::getFloat(std::string_view key, float defaultValue, bool *hasValue) {
214 HybridString hybridKey = key;
215 return getFloat(hybridKey.str, defaultValue, hasValue);
216}
217
218double MMKV::getDouble(std::string_view key, double defaultValue, bool *hasValue) {
219 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected