Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
invoke
Method · 0.45
find
Method · 0.45
invoke
Method · 0.45
invoke
Method · 0.45
run-num-fuzzer.py
File · 0.45
main
Function · 0.45
_Run
Method · 0.45
run-tests.py
File · 0.45
input.js
File · 0.45
test_load.js
File · 0.45
regress-123.js
File · 0.45
regress-456.js
File · 0.45
Calls
1
pop
Method · 0.80
Tested by
no test coverage detected