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

Function peg$parseLineTerminator

lib/parser.js:1459–1471  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1457 }
1458
1459 function peg$parseLineTerminator() {
1460 var s0;
1461
1462 if (peg$c48.test(input.charAt(peg$currPos))) {
1463 s0 = input.charAt(peg$currPos);
1464 peg$currPos++;
1465 } else {
1466 s0 = peg$FAILED;
1467 if (peg$silentFails === 0) { peg$fail(peg$c49); }
1468 }
1469
1470 return s0;
1471 }
1472
1473 function peg$parseLineTerminatorSequence() {
1474 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…