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

Function peg$parseDecimalDigit

lib/parser.js:4645–4657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4643 }
4644
4645 function peg$parseDecimalDigit() {
4646 var s0;
4647
4648 if (peg$c165.test(input.charAt(peg$currPos))) {
4649 s0 = input.charAt(peg$currPos);
4650 peg$currPos++;
4651 } else {
4652 s0 = peg$FAILED;
4653 if (peg$silentFails === 0) { peg$fail(peg$c166); }
4654 }
4655
4656 return s0;
4657 }
4658
4659 function peg$parseHexDigit() {
4660 var s0;

Callers 3

peg$parseEscapeSequenceFunction · 0.85
peg$parseEscapeCharacterFunction · 0.85
peg$parseNumberFunction · 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…