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