Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
354
export
function
postResetProgress(): Promise<ResponseWithData<void>> {
355
return
post(
'/account/reset-progress'
, {});
356
}
357
358
export
function
deleteResetModule(body: {
359
blockIds: string[];
Callers
nothing calls this directly
Calls
1
post
Function · 0.70
Tested by
no test coverage detected