Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ get_cmd_output
Function
get_cmd_output
tools/tsr/utils.py:37–38 ·
view source on GitHub ↗
(cmd_list: list)
Source
from the content-addressed store, hash-verified
35
36
37
def
get_cmd_output(cmd_list: list) -> str:
38
return
subprocess.run(cmd_list, stdout=subprocess.PIPE, check=True).stdout.decode()
Callers
1
prepare_mutants
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected