MCPcopy Index your code
hub / github.com/evalplus/evalplus / clean

Function clean

tools/tsr/utils.py:28–30  ·  view source on GitHub ↗
(file_path: str)

Source from the content-addressed store, hash-verified

26
27
28def clean(file_path: str):
29 if os.path.exists(file_path):
30 os.remove(file_path)
31
32
33def execute_cmd(cmd: list):

Callers 1

prepare_mutantsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected