MCPcopy 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
24def to_path(task_id: str) -> str:
25 return task_id.replace("/", "_")
26
27
28def clean(file_path: str):

Callers 4

prepare_mutantsFunction · 0.90
parallel_greedy_coverFunction · 0.90
collect_coverage_infoFunction · 0.90
collect_sample_infoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected