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

Function MainWrapper

deps/v8/tools/run_perf.py:1423–1429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1421
1422
1423def MainWrapper():
1424 try:
1425 return Main(sys.argv[1:])
1426 except:
1427 # Log uncaptured exceptions and report infra failure to the caller.
1428 traceback.print_exc()
1429 return INFRA_FAILURE_RETCODE
1430
1431
1432if __name__ == '__main__': # pragma: no cover

Callers 1

run_perf.pyFile · 0.85

Calls 1

MainFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…