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

Function peg$parseLu

lib/parser.js:6172–6184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6170 }
6171
6172 function peg$parseLu() {
6173 var s0;
6174
6175 if (peg$c244.test(input.charAt(peg$currPos))) {
6176 s0 = input.charAt(peg$currPos);
6177 peg$currPos++;
6178 } else {
6179 s0 = peg$FAILED;
6180 if (peg$silentFails === 0) { peg$fail(peg$c245); }
6181 }
6182
6183 return s0;
6184 }
6185
6186 function peg$parseMc() {
6187 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…