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

Method getVector

Core/MMKV_OSX.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248bool MMKV::getVector(std::string_view key, std::vector<std::string> &result) {
249 HybridString hybridKey = key;
250 return getVector(hybridKey.str, result);
251}
252
253# ifdef MMKV_IOS
254

Callers

nothing calls this directly

Calls 1

getVectorFunction · 0.85

Tested by

no test coverage detected