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

Method decodeVector

Core/MiniPBCoder.cpp:598–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596# endif // MMKV_DISABLE_CRYPT
597
598vector<string> MiniPBCoder::decodeVector(const MMBuffer &oData) {
599 MiniPBCoder oCoder(&oData);
600 return oCoder.decodeOneVector();
601}
602
603#ifdef MMKV_HAS_CPP20
604MMBuffer MiniPBCoder::getEncodeData(const std::vector<bool> &value) {

Callers

nothing calls this directly

Calls 1

decodeOneVectorMethod · 0.80

Tested by

no test coverage detected