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

Method backUp

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

* Backs up the stream n characters. Backing it up further than the start of the current token will cause things to * break, so be careful.

(n: number)

Source from the content-addressed store, hash-verified

998 * break, so be careful.
999 */
1000 backUp(n: number): void;
1001
1002 /**
1003 * Returns the column (taking into account tabs) at which the current token starts.

Callers 4

VimFunction · 0.95
tokenBaseFunction · 0.80
tokenStringFunction · 0.80
searchOverlayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected