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

Method getUInt32

Core/MMKV_OSX.cpp:198–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198uint32_t MMKV::getUInt32(std::string_view key, uint32_t defaultValue, bool *hasValue) {
199 HybridString hybridKey = key;
200 return getUInt32(hybridKey.str, defaultValue, hasValue);
201}
202
203int64_t MMKV::getInt64(std::string_view key, int64_t defaultValue, bool *hasValue) {
204 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected