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

Function ReadTextDocumentV2

src/codec/DataTypes.cpp:292–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292TextDocumentHandle ReadTextDocumentV2(DecodeStream* stream) {
293 return ReadTextDocument(stream, TextDocumentBlockV2);
294}
295
296TextDocumentHandle ReadTextDocumentV3(DecodeStream* stream) {
297 return ReadTextDocument(stream, TextDocumentBlockV3);

Callers 1

readValueMethod · 0.85

Calls 1

ReadTextDocumentFunction · 0.85

Tested by

no test coverage detected