Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ execute_cmd
Function
execute_cmd
tools/tsr/utils.py:33–34 ·
view source on GitHub ↗
(cmd: list)
Source
from the content-addressed store, hash-verified
31
32
33
def
execute_cmd(cmd: list):
34
os.system(
" "
.join(cmd))
35
36
37
def
get_cmd_output(cmd_list: list) -> str:
Callers
2
run.py
File · 0.90
prepare_mutants
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected