MCPcopy 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
61bool ReadBoolean(DecodeStream* stream) {
62 return stream->readBoolean();
63}
64
65uint8_t ReadUint8(DecodeStream* stream) {
66 return stream->readUint8();

Callers

nothing calls this directly

Calls 1

readBooleanMethod · 0.45

Tested by

no test coverage detected