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

Function peg$parseZs

lib/parser.js:6256–6268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6254 }
6255
6256 function peg$parseZs() {
6257 var s0;
6258
6259 if (peg$c256.test(input.charAt(peg$currPos))) {
6260 s0 = input.charAt(peg$currPos);
6261 peg$currPos++;
6262 } else {
6263 s0 = peg$FAILED;
6264 if (peg$silentFails === 0) { peg$fail(peg$c257); }
6265 }
6266
6267 return s0;
6268 }
6269
6270 function peg$parseBreakToken() {
6271 var s0, s1, s2, s3;

Callers 1

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