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

Function decimalExponentSign

lib/parse.js:532–540  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

530 },
531
532 decimalExponentSign () {
533 if (util.isDigit(c)) {
534 buffer += read()
535 lexState = 'decimalExponentInteger'
536 return
537 }
538
539 throw invalidChar(read())
540 },
541
542 decimalExponentInteger () {
543 if (util.isDigit(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…