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

Method getString

Core/MMKV_OSX.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223bool MMKV::getString(std::string_view key, std::string &result, bool inplaceModification) {
224 HybridString hybridKey = key;
225 return getString(hybridKey.str, result, inplaceModification);
226}
227
228mmkv::MMBuffer MMKV::getBytes(std::string_view key) {
229 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected