MCPcopy 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
33def execute_cmd(cmd: list):
34 os.system(" ".join(cmd))
35
36
37def get_cmd_output(cmd_list: list) -> str:

Callers 2

run.pyFile · 0.90
prepare_mutantsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected