Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ to_path
Function
to_path
tools/tsr/utils.py:24–25 ·
view source on GitHub ↗
(task_id: str)
Source
from the content-addressed store, hash-verified
22
23
24
def
to_path(task_id: str) -> str:
25
return
task_id.replace(
"/"
,
"_"
)
26
27
28
def
clean(file_path: str):
Callers
4
prepare_mutants
Function · 0.90
parallel_greedy_cover
Function · 0.90
collect_coverage_info
Function · 0.90
collect_sample_info
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected