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

Function get_task_ids

tools/tsr/utils.py:19–21  ·  view source on GitHub ↗
(dataset: str)

Source from the content-addressed store, hash-verified

17
18
19def get_task_ids(dataset: str) -> List[str]:
20 problems = globals()[f"{dataset}_problems"]
21 return list(problems.keys())
22
23
24def to_path(task_id: str) -> str:

Callers 5

prepare_mutantsFunction · 0.90
collect_mutation_infoFunction · 0.90
global_util_initFunction · 0.90
collect_coverage_infoFunction · 0.90
collect_sample_infoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected