MCPcopy Create free account
hub / github.com/Tencent/libpag / WriteBoolean

Function WriteBoolean

src/codec/DataTypes.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350void WriteBoolean(EncodeStream* stream, bool value) {
351 stream->writeBoolean(value);
352}
353
354void WriteUint8(EncodeStream* stream, uint8_t value) {
355 stream->writeUint8(value);

Callers

nothing calls this directly

Calls 1

writeBooleanMethod · 0.80

Tested by

no test coverage detected