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

Function decimalExponentInteger

lib/parse.js:542–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

540 },
541
542 decimalExponentInteger () {
543 if (util.isDigit(c)) {
544 buffer += read()
545 return
546 }
547
548 return newToken('numeric', sign * Number(buffer))
549 },
550
551 hexadecimal () {
552 if (util.isHexDigit(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…