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

Function WriteFloat

src/codec/DataTypes.cpp:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void WriteFloat(EncodeStream* stream, float value) {
347 stream->writeFloat(value);
348}
349
350void WriteBoolean(EncodeStream* stream, bool value) {
351 stream->writeBoolean(value);

Callers

nothing calls this directly

Calls 1

writeFloatMethod · 0.80

Tested by

no test coverage detected