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

Function peg$parseMc

lib/parser.js:6186–6198  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6184 }
6185
6186 function peg$parseMc() {
6187 var s0;
6188
6189 if (peg$c246.test(input.charAt(peg$currPos))) {
6190 s0 = input.charAt(peg$currPos);
6191 peg$currPos++;
6192 } else {
6193 s0 = peg$FAILED;
6194 if (peg$silentFails === 0) { peg$fail(peg$c247); }
6195 }
6196
6197 return s0;
6198 }
6199
6200 function peg$parseMn() {
6201 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…