Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/evalplus/evalplus
/ check_id
Function
check_id
tools/mbpp/fix_v010.py:1–2 ·
view source on GitHub ↗
(data, n, task_id)
Source
from the content-addressed store, hash-verified
1
def
check_id(data, n, task_id):
2
assert data[n][
"task_id"
] == task_id
3
4
5
def
fix(data):
Callers
1
fix
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected