MCPcopy 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
103std::string ReadString(DecodeStream* stream) {
104 return stream->readUTF8String();
105}
106
107Opacity ReadOpacity(DecodeStream* stream) {
108 return stream->readUint8();

Callers

nothing calls this directly

Calls 1

readUTF8StringMethod · 0.45

Tested by

no test coverage detected