MCPcopy Create free account
hub / github.com/codemix/htmling / peg$parseMn

Function peg$parseMn

lib/parser.js:6200–6212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6198 }
6199
6200 function peg$parseMn() {
6201 var s0;
6202
6203 if (peg$c248.test(input.charAt(peg$currPos))) {
6204 s0 = input.charAt(peg$currPos);
6205 peg$currPos++;
6206 } else {
6207 s0 = peg$FAILED;
6208 if (peg$silentFails === 0) { peg$fail(peg$c249); }
6209 }
6210
6211 return s0;
6212 }
6213
6214 function peg$parseNd() {
6215 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…