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

Function NodeCB

deps/v8/tools/run_perf.py:1346–1347  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

1344
1345 # Callback to be called on each node on traversal.
1346 def NodeCB(node):
1347 platform.PreTests(node, path)
1348
1349 # Traverse graph/trace tree and iterate over all runnables.
1350 start = time.time()

Callers

nothing calls this directly

Calls 1

PreTestsMethod · 0.45

Tested by

no test coverage detected