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

Function ReadTextDocumentV3

src/codec/DataTypes.cpp:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296TextDocumentHandle ReadTextDocumentV3(DecodeStream* stream) {
297 return ReadTextDocument(stream, TextDocumentBlockV3);
298}
299
300GradientColorHandle ReadGradientColor(DecodeStream* stream) {
301 auto value = new GradientColor();

Callers 1

readValueMethod · 0.85

Calls 1

ReadTextDocumentFunction · 0.85

Tested by

no test coverage detected