MCPcopy Index your code
hub / github.com/witheve/Eve / next

Method next

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

* Returns the next character in the stream and advances it. Also returns null when no more characters are available.

()

Source from the content-addressed store, hash-verified

949 * Returns the next character in the stream and advances it. Also returns null when no more characters are available.
950 */
951 next(): string;
952
953 /**
954 * match can be a character, a regular expression, or a function that takes a character and returns a boolean.

Callers 2

unescapeRegexReplaceFunction · 0.95
VimFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected