Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
210
export
function
getGenerateExam(
211
challengeId: string
212
): Promise<GenerateExamResponseWithData> {
213
return
get(`/exam/${challengeId}`);
214
}
215
216
export
interface
Exam {
217
id: string;
Callers
1
runExam
Function · 0.90
Calls
1
get
Function · 0.85
Tested by
no test coverage detected