MCPcopy Create free account
hub / github.com/json5/json5 / hexadecimal

Function hexadecimal

lib/parse.js:551–559  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549 },
550
551 hexadecimal () {
552 if (util.isHexDigit(c)) {
553 buffer += read()
554 lexState = 'hexadecimalInteger'
555 return
556 }
557
558 throw invalidChar(read())
559 },
560
561 hexadecimalInteger () {
562 if (util.isHexDigit(c)) {

Callers

nothing calls this directly

Calls 2

readFunction · 0.85
invalidCharFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…