MCPcopy Create free account
hub / github.com/witheve/Eve / getLineHandle

Method getLineHandle

typings/codemirror/codemirror.d.ts:466–466  ·  view source on GitHub ↗

Fetches the line handle for the given line number.

(num: number)

Source from the content-addressed store, hash-verified

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;

Callers 3

getYFunction · 0.80
codemirror.jsFile · 0.80
updateBottomMarginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected