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

Function peg$parseLo

lib/parser.js:6144–6156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6142 }
6143
6144 function peg$parseLo() {
6145 var s0;
6146
6147 if (peg$c240.test(input.charAt(peg$currPos))) {
6148 s0 = input.charAt(peg$currPos);
6149 peg$currPos++;
6150 } else {
6151 s0 = peg$FAILED;
6152 if (peg$silentFails === 0) { peg$fail(peg$c241); }
6153 }
6154
6155 return s0;
6156 }
6157
6158 function peg$parseLt() {
6159 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…