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

Method greedyDecodeMap

Core/MiniPBCoder.cpp:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647}
648
649void MiniPBCoder::greedyDecodeMap(MMKVMap &dic, const MMBuffer &oData, size_t position) {
650 MiniPBCoder oCoder(&oData);
651 oCoder.decodeOneMap(dic, position, true);
652}
653
654#ifndef MMKV_DISABLE_CRYPT
655

Callers

nothing calls this directly

Calls 1

decodeOneMapMethod · 0.80

Tested by

no test coverage detected