Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ ReadBoolean
Function
ReadBoolean
src/codec/DataTypes.cpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
bool ReadBoolean(DecodeStream* stream) {
62
return stream->readBoolean();
63
}
64
65
uint8_t ReadUint8(DecodeStream* stream) {
66
return stream->readUint8();
Callers
nothing calls this directly
Calls
1
readBoolean
Method · 0.45
Tested by
no test coverage detected