Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ Parse
Function
Parse
deps/v8/tools/bigint-tester.py:61–63 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
59
return
""
.join(s)
60
61
def
Parse(x):
62
assert x[-1] ==
'n'
, x
63
return
int(x[:-1], kBase)
64
65
def
Format(x):
66
original = x
Callers
3
Format
Function · 0.85
EmitOne
Method · 0.85
EmitOne
Method · 0.85
Calls
1
int
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…