Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ RunOne
Function
RunOne
deps/v8/tools/bigint-tester.py:294–295 ·
view source on GitHub ↗
(op, num_inputs, binary)
Source
from the content-addressed store, hash-verified
292
OPS_NAMES =
", "
.join(sorted(OPS.keys()))
293
294
def
RunOne(op, num_inputs, binary):
295
return
OPS[op]().RunTest(num_inputs, binary)
296
def
WrapRunOne(args):
297
return
RunOne(*args)
298
def
RunAll(args):
Callers
1
WrapRunOne
Function · 0.85
Calls
1
RunTest
Method · 0.80
Tested by
no test coverage detected