Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
28
def
clean(file_path: str):
29
if
os.path.exists(file_path):
30
os.remove(file_path)
31
32
33
def
execute_cmd(cmd: list):
Callers
1
prepare_mutants
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected