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

Method skipToEnd

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

* Moves the position to the end of the line.

()

Source from the content-addressed store, hash-verified

975 * Moves the position to the end of the line.
976 */
977 skipToEnd(): void;
978
979 /**
980 * Skips to the next occurrence of the given character, if found on the current line (doesn't advance the stream if

Callers 3

css.jsFile · 0.80
codemirror.jsFile · 0.80
searchOverlayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected