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

Function peg$parseLu

lib/parser.js:3401–3413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3399 }
3400
3401 function peg$parseLu() {
3402 var s0;
3403
3404 if (peg$c152.test(input.charAt(peg$currPos))) {
3405 s0 = input.charAt(peg$currPos);
3406 peg$currPos++;
3407 } else {
3408 s0 = peg$FAILED;
3409 if (peg$silentFails === 0) { peg$fail(peg$c153); }
3410 }
3411
3412 return s0;
3413 }
3414
3415 function peg$parseMc() {
3416 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…