MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / getGenerateExam

Function getGenerateExam

client/src/utils/ajax.ts:210–214  ·  view source on GitHub ↗
(
  challengeId: string
)

Source from the content-addressed store, hash-verified

208}
209
210export function getGenerateExam(
211 challengeId: string
212): Promise<GenerateExamResponseWithData> {
213 return get(`/exam/${challengeId}`);
214}
215
216export interface Exam {
217 id: string;

Callers 1

runExamFunction · 0.90

Calls 1

getFunction · 0.85

Tested by

no test coverage detected