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

Method eat

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

* match can be a character, a regular expression, or a function that takes a character and returns a boolean. * If the next character in the stream 'matches' the given argument, it is consumed and returned. * Otherwise, undefined is returned.

(match: string)

Source from the content-addressed store, hash-verified

956 * Otherwise, undefined is returned.
957 */
958 eat(match: string): string;
959 eat(match: RegExp): string;
960 eat(match: (char: string) => boolean): string;
961

Callers 5

VimFunction · 0.95
parseArgsFunction · 0.95
tokenBaseFunction · 0.80
css.jsFile · 0.80
codemirror.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected