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

Method readRealData

Core/CodedInputData.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139MMBuffer CodedInputData::readRealData(mmkv::MMBuffer & data) {
140 CodedInputData input(data.getPtr(), data.length());
141 return input.readData(false, true);
142}
143
144MMBuffer CodedInputData::readData(bool copy, bool exactly) {
145 int32_t size = this->readRawVarint32();

Callers

nothing calls this directly

Calls 1

readDataMethod · 0.45

Tested by

no test coverage detected