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

Method peek

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

* Returns the next character in the stream without advancing it. Will return an null at the end of the line.

()

Source from the content-addressed store, hash-verified

944 * Returns the next character in the stream without advancing it. Will return an null at the end of the line.
945 */
946 peek(): string;
947
948 /**
949 * Returns the next character in the stream and advances it. Also returns null when no more characters are available.

Callers 8

unescapeRegexReplaceFunction · 0.95
tokenBaseFunction · 0.80
parseBackslashFunction · 0.80
scanDelimsFunction · 0.80
parseBangFunction · 0.80
parseCloseBracketFunction · 0.80
parseReferenceFunction · 0.80
parseInlineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected