()
| 1344 | } |
| 1345 | |
| 1346 | public getWrappedText(): WrappedText { |
| 1347 | return this.wrappedLines.map(line => |
| 1348 | line.isPrecededByNewline ? line.text : line.text.trimStart(), |
| 1349 | ) |
| 1350 | } |
| 1351 | |
| 1352 | public getWrappedLines(): WrappedLine[] { |
| 1353 | return this.wrappedLines |
no outgoing calls
no test coverage detected