* Get the text for a certain line.
(lineNumber: number)
| 2064 | * Get the text for a certain line. |
| 2065 | */ |
| 2066 | getLineContent(lineNumber: number): string; |
| 2067 | /** |
| 2068 | * Get the text length for a certain line. |
| 2069 | */ |
no outgoing calls
no test coverage detected