MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parseZs

Function peg$parseZs

lib/parser.js:3485–3497  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3483 }
3484
3485 function peg$parseZs() {
3486 var s0;
3487
3488 if (peg$c164.test(input.charAt(peg$currPos))) {
3489 s0 = input.charAt(peg$currPos);
3490 peg$currPos++;
3491 } else {
3492 s0 = peg$FAILED;
3493 if (peg$silentFails === 0) { peg$fail(peg$c165); }
3494 }
3495
3496 return s0;
3497 }
3498
3499 function peg$parseBreakToken() {
3500 var s0, s1, s2, s3;

Callers 1

peg$parseWhiteSpaceFunction · 0.85

Calls 1

peg$failFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…