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

Function peg$parseHexDigit

lib/parser.js:3041–3053  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3039 }
3040
3041 function peg$parseHexDigit() {
3042 var s0;
3043
3044 if (peg$c131.test(input.charAt(peg$currPos))) {
3045 s0 = input.charAt(peg$currPos);
3046 peg$currPos++;
3047 } else {
3048 s0 = peg$FAILED;
3049 if (peg$silentFails === 0) { peg$fail(peg$c132); }
3050 }
3051
3052 return s0;
3053 }
3054
3055 function peg$parseAnyMatcher() {
3056 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…