Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
bool CodedInputData::readBool() {
83
return this->readRawVarint32() != 0;
84
}
85
86
string CodedInputData::readString() {
87
int32_t size = readRawVarint32();
Callers
2
getBool
Method · 0.80
decodeOneVector
Method · 0.80
Calls
1
readRawVarint32
Method · 0.95
Tested by
no test coverage detected