MCPcopy
hub / github.com/witheve/Eve / firstLine

Method firstLine

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

Get the first line of the editor. This will usually be zero but for linked sub-views, or documents instantiated with a non-zero first line, it might return other values.

()

Source from the content-addressed store, hash-verified

458 /** Get the first line of the editor. This will usually be zero but for linked sub-views,
459 or documents instantiated with a non-zero first line, it might return other values. */
460 firstLine(): number;
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;

Callers 10

codemirror.jsFile · 0.80
byParagraphFunction · 0.80
bySentenceFunction · 0.80
toEnclosingExprFunction · 0.80
isLineFunction · 0.80
VimFunction · 0.80
clipCursorToContentFunction · 0.80
expandSelectionFunction · 0.80
findParagraphFunction · 0.80
findNextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected