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

Function peg$parseLo

lib/parser.js:3373–3385  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3371 }
3372
3373 function peg$parseLo() {
3374 var s0;
3375
3376 if (peg$c148.test(input.charAt(peg$currPos))) {
3377 s0 = input.charAt(peg$currPos);
3378 peg$currPos++;
3379 } else {
3380 s0 = peg$FAILED;
3381 if (peg$silentFails === 0) { peg$fail(peg$c149); }
3382 }
3383
3384 return s0;
3385 }
3386
3387 function peg$parseLt() {
3388 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…