MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / getExamAttempts

Function getExamAttempts

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

Source from the content-addressed store, hash-verified

250}
251
252export function getExamAttempts(): Promise<ResponseWithData<Attempt[]>> {
253 return get('/user/exam-environment/exam/attempts');
254}
255
256/** POST **/
257

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected