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

Method readInt32

Core/CodedInputDataCrypt.cpp:216–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214}
215
216int32_t CodedInputDataCrypt::readInt32() {
217 return this->readRawVarint32();
218}
219
220string CodedInputDataCrypt::readString(KeyValueHolderCrypt &kvHolder) {
221 kvHolder.offset = static_cast<uint32_t>(m_position);

Callers

nothing calls this directly

Calls 1

readRawVarint32Method · 0.95

Tested by

no test coverage detected