MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / getExams

Function getExams

client/src/utils/ajax.ts:248–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246);
247
248export function getExams(): Promise<ResponseWithData<{ exams: Exam[] }>> {
249 return get('/user/exam-environment/exams');
250}
251
252export function getExamAttempts(): Promise<ResponseWithData<Attempt[]>> {
253 return get('/user/exam-environment/exam/attempts');

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected