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

Method eatWhile

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

* Repeatedly calls eat with the given argument, until it fails. Returns true if any characters were eaten.

(match: string)

Source from the content-addressed store, hash-verified

963 * Repeatedly calls eat with the given argument, until it fails. Returns true if any characters were eaten.
964 */
965 eatWhile(match: string): boolean;
966 eatWhile(match: RegExp): boolean;
967 eatWhile(match: (char: string) => boolean): boolean;
968

Callers 3

VimFunction · 0.95
tokenBaseFunction · 0.80
css.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected