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

Method decodeMap

Core/MiniPBCoder.cpp:644–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642#endif // MMKV_HAS_CPP20
643
644void MiniPBCoder::decodeMap(MMKVMap &dic, const MMBuffer &oData, size_t position) {
645 MiniPBCoder oCoder(&oData);
646 oCoder.decodeOneMap(dic, position, false);
647}
648
649void MiniPBCoder::greedyDecodeMap(MMKVMap &dic, const MMBuffer &oData, size_t position) {
650 MiniPBCoder oCoder(&oData);

Callers

nothing calls this directly

Calls 1

decodeOneMapMethod · 0.80

Tested by

no test coverage detected