Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
function
skipWhitespace(s: string, i: number): number {
34
while
(/[\u0020\u0009\u000c]/.test(s[i])) i += 1;
35
return
i;
36
}
37
38
function
identifier(
39
s: string,
Callers
1
parse
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected