Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/libpag
/ ReadString
Function
ReadString
src/codec/DataTypes.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
std::string ReadString(DecodeStream* stream) {
104
return stream->readUTF8String();
105
}
106
107
Opacity ReadOpacity(DecodeStream* stream) {
108
return stream->readUint8();
Callers
nothing calls this directly
Calls
1
readUTF8String
Method · 0.45
Tested by
no test coverage detected