Fetches the line handle for the given line number.
(num: number)
| 464 | |
| 465 | /** Fetches the line handle for the given line number. */ |
| 466 | getLineHandle(num: number): CodeMirror.LineHandle; |
| 467 | |
| 468 | /** Given a line handle, returns the current position of that line (or null when it is no longer in the document). */ |
| 469 | getLineNumber(handle: CodeMirror.LineHandle): number; |
no outgoing calls
no test coverage detected