Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
float ReadFloat(DecodeStream* stream) {
58
return stream->readFloat();
59
}
60
61
bool ReadBoolean(DecodeStream* stream) {
62
return stream->readBoolean();
Callers
nothing calls this directly
Calls
1
readFloat
Method · 0.45
Tested by
no test coverage detected