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

Method execute

deps/v8/tools/unittests/run_perf_test.py:180–181  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

178 def create_cmd(*args, **kwargs):
179 cmd = mock.MagicMock()
180 def execute(*args, **kwargs):
181 return test_outputs.pop()
182 cmd.execute = mock.MagicMock(side_effect=execute)
183 return cmd
184

Callers 15

invokeMethod · 0.45
findMethod · 0.45
invokeMethod · 0.45
invokeMethod · 0.45
run-num-fuzzer.pyFile · 0.45
mainFunction · 0.45
_RunMethod · 0.45
run-tests.pyFile · 0.45
input.jsFile · 0.45
test_load.jsFile · 0.45
regress-123.jsFile · 0.45
regress-456.jsFile · 0.45

Calls 1

popMethod · 0.80

Tested by

no test coverage detected