Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ deleteMsUsername
Function
deleteMsUsername
client/src/utils/ajax.ts:478–480 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
476
}
477
478
export
function
deleteMsUsername(): Promise<ResponseWithData<void>> {
479
return
deleteRequest(
'/user/ms-username'
, {});
480
}
481
482
/** RTK */
483
Callers
nothing calls this directly
Calls
1
deleteRequest
Function · 0.85
Tested by
no test coverage detected