MCPcopy Index your code
hub / github.com/nodejs/node / RunAll

Function RunAll

deps/v8/tools/bigint-tester.py:298–301  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

296def WrapRunOne(args):
297 return RunOne(*args)
298def RunAll(args):
299 for op in args.op:
300 for r in range(args.runs):
301 yield (op, args.num_inputs, args.binary)
302
303def Main():
304 parser = argparse.ArgumentParser(

Callers 1

MainFunction · 0.70

Calls 1

rangeFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…