Get the last line of the editor. This will usually be lineCount() - 1, but for linked sub-views, it might return other values.
()
| 461 | |
| 462 | /** Get the last line of the editor. This will usually be lineCount() - 1, but for linked sub-views, it might return other values. */ |
| 463 | lastLine(): number; |
| 464 | |
| 465 | /** Fetches the line handle for the given line number. */ |
| 466 | getLineHandle(num: number): CodeMirror.LineHandle; |
no outgoing calls
no test coverage detected