MCPcopy Index your code
hub / github.com/freeCodeCamp/freeCodeCamp / postSaveChallenge

Function postSaveChallenge

client/src/utils/ajax.ts:374–379  ·  view source on GitHub ↗
(body: {
  id: string;
  files: ChallengeFiles;
})

Source from the content-addressed store, hash-verified

372}
373
374export function postSaveChallenge(body: {
375 id: string;
376 files: ChallengeFiles;
377}): Promise<ResponseWithData<void>> {
378 return post('/encoded/save-challenge', body);
379}
380
381export function postSubmitSurvey(body: {
382 surveyResults: SurveyResults;

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected