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

Method PreTests

deps/v8/tools/run_perf.py:939–941  ·  view source on GitHub ↗
(self, node, path)

Source from the content-addressed store, hash-verified

937 pass
938
939 def PreTests(self, node, path):
940 if isinstance(node, RunnableConfig):
941 node.ChangeCWD(path)
942
943 def _Run(self, runnable, count, secondary=False, post_process=True):
944 shell_dir = self.shell_dir_secondary if secondary else self.shell_dir

Callers 1

NodeCBFunction · 0.45

Calls 1

ChangeCWDMethod · 0.80

Tested by

no test coverage detected