MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / skipWhitespace

Function skipWhitespace

src/math-json/parse-sympy.ts:33–36  ·  view source on GitHub ↗
(s: string, i: number)

Source from the content-addressed store, hash-verified

31};
32
33function skipWhitespace(s: string, i: number): number {
34 while (/[\u0020\u0009\u000c]/.test(s[i])) i += 1;
35 return i;
36}
37
38function identifier(
39 s: string,

Callers 1

parseFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected