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

Method getLine

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

Get the content of line n.

(n: number)

Source from the content-addressed store, hash-verified

445
446 /** Get the content of line n. */
447 getLine(n: number): string;
448
449 /** Set the content of line n. */
450 setLine(n: number, text: string): void;

Callers 15

codemirror.jsFile · 0.80
byParagraphFunction · 0.80
bySentenceFunction · 0.80
toEnclosingExprFunction · 0.80
VimFunction · 0.80
lineLengthFunction · 0.80
expandWordUnderCursorFunction · 0.80
findSymbolFunction · 0.80
findWordFunction · 0.80
moveToCharacterFunction · 0.80
isEmptyFunction · 0.80
selectCompanionObjectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected