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

Function peg$parseLm

lib/parser.js:6130–6142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6128 }
6129
6130 function peg$parseLm() {
6131 var s0;
6132
6133 if (peg$c238.test(input.charAt(peg$currPos))) {
6134 s0 = input.charAt(peg$currPos);
6135 peg$currPos++;
6136 } else {
6137 s0 = peg$FAILED;
6138 if (peg$silentFails === 0) { peg$fail(peg$c239); }
6139 }
6140
6141 return s0;
6142 }
6143
6144 function peg$parseLo() {
6145 var s0;

Callers 1

peg$parseUnicodeLetterFunction · 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…