MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parseSourceCharacter

Function peg$parseSourceCharacter

lib/parser.js:1377–1389  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1375 }
1376
1377 function peg$parseSourceCharacter() {
1378 var s0;
1379
1380 if (input.length > peg$currPos) {
1381 s0 = input.charAt(peg$currPos);
1382 peg$currPos++;
1383 } else {
1384 s0 = peg$FAILED;
1385 if (peg$silentFails === 0) { peg$fail(peg$c34); }
1386 }
1387
1388 return s0;
1389 }
1390
1391 function peg$parseWhiteSpace() {
1392 var s0, s1;

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…