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

Function peg$parseSourceCharacter

lib/parser.js:2954–2966  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2952 }
2953
2954 function peg$parseSourceCharacter() {
2955 var s0;
2956
2957 if (input.length > peg$currPos) {
2958 s0 = input.charAt(peg$currPos);
2959 peg$currPos++;
2960 } else {
2961 s0 = peg$FAILED;
2962 if (peg$silentFails === 0) { peg$fail(peg$c14); }
2963 }
2964
2965 return s0;
2966 }
2967
2968 function peg$parseWhiteSpace() {
2969 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…