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

Method lineCount

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

Get the number of lines in the editor.

()

Source from the content-addressed store, hash-verified

454
455 /** Get the number of lines in the editor. */
456 lineCount(): number;
457
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. */

Callers 3

findSymbolFunction · 0.80
updateBottomMarginFunction · 0.80
updateElisionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected