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

Function peg$parseHexDigit

lib/parser.js:4659–4671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4657 }
4658
4659 function peg$parseHexDigit() {
4660 var s0;
4661
4662 if (peg$c167.test(input.charAt(peg$currPos))) {
4663 s0 = input.charAt(peg$currPos);
4664 peg$currPos++;
4665 } else {
4666 s0 = peg$FAILED;
4667 if (peg$silentFails === 0) { peg$fail(peg$c168); }
4668 }
4669
4670 return s0;
4671 }
4672
4673 function peg$parseAnyMatcher() {
4674 var s0, s1;

Callers 2

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…