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

Function postResetProgress

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

Source from the content-addressed store, hash-verified

352}
353
354export function postResetProgress(): Promise<ResponseWithData<void>> {
355 return post('/account/reset-progress', {});
356}
357
358export function deleteResetModule(body: {
359 blockIds: string[];

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected