MCPcopy Index your code
hub / github.com/json5/json5 / hexadecimalInteger

Function hexadecimalInteger

lib/parse.js:561–568  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 },
560
561 hexadecimalInteger () {
562 if (util.isHexDigit(c)) {
563 buffer += read()
564 return
565 }
566
567 return newToken('numeric', sign * Number(buffer))
568 },
569
570 string () {
571 switch (c) {

Callers

nothing calls this directly

Calls 2

readFunction · 0.85
newTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…