Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getSubmissionsStatus
Function
getSubmissionsStatus
app/core/api/exams.js:14–16 ·
view source on GitHub ↗
(examId)
Source
from the content-addressed store, hash-verified
12
}
13
14
const
getSubmissionsStatus =
async
(examId) => {
15
return
fetchJson(`/db/exams/${examId}/submission-status`)
16
}
17
18
module.exports = {
19
postExam,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected