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

Function peg$parseLineTerminator

lib/parser.js:3036–3048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3034 }
3035
3036 function peg$parseLineTerminator() {
3037 var s0;
3038
3039 if (peg$c93.test(input.charAt(peg$currPos))) {
3040 s0 = input.charAt(peg$currPos);
3041 peg$currPos++;
3042 } else {
3043 s0 = peg$FAILED;
3044 if (peg$silentFails === 0) { peg$fail(peg$c94); }
3045 }
3046
3047 return s0;
3048 }
3049
3050 function peg$parseLineTerminatorSequence() {
3051 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…