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

Method getInt32

Core/MMKV_OSX.cpp:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191}
192
193int32_t MMKV::getInt32(std::string_view key, int32_t defaultValue, bool *hasValue) {
194 HybridString hybridKey = key;
195 return getInt32(hybridKey.str, defaultValue, hasValue);
196}
197
198uint32_t MMKV::getUInt32(std::string_view key, uint32_t defaultValue, bool *hasValue) {
199 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected