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

Function peg$parseLt

lib/parser.js:6158–6170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6156 }
6157
6158 function peg$parseLt() {
6159 var s0;
6160
6161 if (peg$c242.test(input.charAt(peg$currPos))) {
6162 s0 = input.charAt(peg$currPos);
6163 peg$currPos++;
6164 } else {
6165 s0 = peg$FAILED;
6166 if (peg$silentFails === 0) { peg$fail(peg$c243); }
6167 }
6168
6169 return s0;
6170 }
6171
6172 function peg$parseLu() {
6173 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…