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

Function peg$parseNd

lib/parser.js:3443–3455  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3441 }
3442
3443 function peg$parseNd() {
3444 var s0;
3445
3446 if (peg$c158.test(input.charAt(peg$currPos))) {
3447 s0 = input.charAt(peg$currPos);
3448 peg$currPos++;
3449 } else {
3450 s0 = peg$FAILED;
3451 if (peg$silentFails === 0) { peg$fail(peg$c159); }
3452 }
3453
3454 return s0;
3455 }
3456
3457 function peg$parseNl() {
3458 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…