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

Function get_problems

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

Source from the content-addressed store, hash-verified

13
14
15def get_problems(dataset: str):
16 return globals()[f"{dataset}_problems"]
17
18
19def get_task_ids(dataset: str) -> List[str]:

Callers 3

prepare_mutantsFunction · 0.90
global_util_initFunction · 0.90
collect_coverage_infoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected