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

Function peg$parseMc

lib/parser.js:3415–3427  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3413 }
3414
3415 function peg$parseMc() {
3416 var s0;
3417
3418 if (peg$c154.test(input.charAt(peg$currPos))) {
3419 s0 = input.charAt(peg$currPos);
3420 peg$currPos++;
3421 } else {
3422 s0 = peg$FAILED;
3423 if (peg$silentFails === 0) { peg$fail(peg$c155); }
3424 }
3425
3426 return s0;
3427 }
3428
3429 function peg$parseMn() {
3430 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…