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

Function peg$parseMn

lib/parser.js:3429–3441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3427 }
3428
3429 function peg$parseMn() {
3430 var s0;
3431
3432 if (peg$c156.test(input.charAt(peg$currPos))) {
3433 s0 = input.charAt(peg$currPos);
3434 peg$currPos++;
3435 } else {
3436 s0 = peg$FAILED;
3437 if (peg$silentFails === 0) { peg$fail(peg$c157); }
3438 }
3439
3440 return s0;
3441 }
3442
3443 function peg$parseNd() {
3444 var s0;

Callers 1

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…