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

Method getBytes

Core/MMKV_OSX.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228mmkv::MMBuffer MMKV::getBytes(std::string_view key) {
229 HybridString hybridKey = key;
230 return getBytes(hybridKey.str);
231}
232
233bool MMKV::getBytes(std::string_view key, mmkv::MMBuffer &result) {
234 HybridString hybridKey = key;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected