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

Function peg$parseNd

lib/parser.js:6214–6226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6212 }
6213
6214 function peg$parseNd() {
6215 var s0;
6216
6217 if (peg$c250.test(input.charAt(peg$currPos))) {
6218 s0 = input.charAt(peg$currPos);
6219 peg$currPos++;
6220 } else {
6221 s0 = peg$FAILED;
6222 if (peg$silentFails === 0) { peg$fail(peg$c251); }
6223 }
6224
6225 return s0;
6226 }
6227
6228 function peg$parseNl() {
6229 var s0;

Callers 1

peg$parseIdentifierPartFunction · 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…