Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
def
get_task_ids(dataset: str) -> List[str]:
20
problems = globals()[f
"{dataset}_problems"
]
21
return
list(problems.keys())
22
23
24
def
to_path(task_id: str) -> str:
Callers
5
prepare_mutants
Function · 0.90
collect_mutation_info
Function · 0.90
global_util_init
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