Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getExamById
Function
getExamById
app/core/api/exams.js:10–12 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
8
}
9
10
const
getExamById =
async
(id) => {
11
return
fetchJson(`/db/exams/${id}`)
12
}
13
14
const
getSubmissionsStatus =
async
(examId) => {
15
return
fetchJson(`/db/exams/${examId}/submission-status`)
Callers
1
fetchExamById
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected