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

Function ReadFloat

src/codec/DataTypes.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57float ReadFloat(DecodeStream* stream) {
58 return stream->readFloat();
59}
60
61bool ReadBoolean(DecodeStream* stream) {
62 return stream->readBoolean();

Callers

nothing calls this directly

Calls 1

readFloatMethod · 0.45

Tested by

no test coverage detected