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

Method readBool

Core/CodedInputData.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82bool CodedInputData::readBool() {
83 return this->readRawVarint32() != 0;
84}
85
86string CodedInputData::readString() {
87 int32_t size = readRawVarint32();

Callers 2

getBoolMethod · 0.80
decodeOneVectorMethod · 0.80

Calls 1

readRawVarint32Method · 0.95

Tested by

no test coverage detected