Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/evalplus/evalplus
/ check_id
Function
check_id
tools/humaneval/fix_v015.py:4–5 ·
view source on GitHub ↗
(data, task_id)
Source
from the content-addressed store, hash-verified
2
3
4
def
check_id(data, task_id):
5
assert data[task_id][
"task_id"
] == f
"HumanEval/{task_id}"
6
7
8
def
check_valid(s: str):
Callers
1
fix
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected