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

Method getDataForKey

Core/MMKV_OSX.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238mmkv::MMBuffer MMKV::getDataForKey(std::string_view key) {
239 HybridString hybridKey = key;
240 return getDataForKey(hybridKey.str);
241}
242
243bool MMKV::setDataForKey(mmkv::MMBuffer &&data, std::string_view key, bool isDataHolder) {
244 HybridStringCP hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected