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

Function peg$parseNl

lib/parser.js:6228–6240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6226 }
6227
6228 function peg$parseNl() {
6229 var s0;
6230
6231 if (peg$c252.test(input.charAt(peg$currPos))) {
6232 s0 = input.charAt(peg$currPos);
6233 peg$currPos++;
6234 } else {
6235 s0 = peg$FAILED;
6236 if (peg$silentFails === 0) { peg$fail(peg$c253); }
6237 }
6238
6239 return s0;
6240 }
6241
6242 function peg$parsePc() {
6243 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…