MCPcopy 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
10const getExamById = async (id) => {
11 return fetchJson(`/db/exams/${id}`)
12}
13
14const getSubmissionsStatus = async (examId) => {
15 return fetchJson(`/db/exams/${examId}/submission-status`)

Callers 1

fetchExamByIdFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected