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

Function peg$parsePc

lib/parser.js:6242–6254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6240 }
6241
6242 function peg$parsePc() {
6243 var s0;
6244
6245 if (peg$c254.test(input.charAt(peg$currPos))) {
6246 s0 = input.charAt(peg$currPos);
6247 peg$currPos++;
6248 } else {
6249 s0 = peg$FAILED;
6250 if (peg$silentFails === 0) { peg$fail(peg$c255); }
6251 }
6252
6253 return s0;
6254 }
6255
6256 function peg$parseZs() {
6257 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…