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

Function peg$parsePc

lib/parser.js:3471–3483  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3469 }
3470
3471 function peg$parsePc() {
3472 var s0;
3473
3474 if (peg$c162.test(input.charAt(peg$currPos))) {
3475 s0 = input.charAt(peg$currPos);
3476 peg$currPos++;
3477 } else {
3478 s0 = peg$FAILED;
3479 if (peg$silentFails === 0) { peg$fail(peg$c163); }
3480 }
3481
3482 return s0;
3483 }
3484
3485 function peg$parseZs() {
3486 var s0;

Callers 1

peg$parseIdentifierPartFunction · 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…