Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
def
get_problems(dataset: str):
16
return
globals()[f
"{dataset}_problems"
]
17
18
19
def
get_task_ids(dataset: str) -> List[str]:
Callers
3
prepare_mutants
Function · 0.90
global_util_init
Function · 0.90
collect_coverage_info
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected