Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
read
Function · 0.85
newToken
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…