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

Method getUInt64

Core/MMKV_OSX.cpp:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208uint64_t MMKV::getUInt64(std::string_view key, uint64_t defaultValue, bool *hasValue) {
209 HybridString hybridKey = key;
210 return getUInt64(hybridKey.str, defaultValue, hasValue);
211}
212
213float MMKV::getFloat(std::string_view key, float defaultValue, bool *hasValue) {
214 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected