MCPcopy 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
61def Parse(x):
62 assert x[-1] == 'n', x
63 return int(x[:-1], kBase)
64
65def Format(x):
66 original = x

Callers 3

FormatFunction · 0.85
EmitOneMethod · 0.85
EmitOneMethod · 0.85

Calls 1

intFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…