Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freeCodeCamp/freeCodeCamp
/ postUserToken
Function
postUserToken
client/src/utils/ajax.ts:364–366 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
362
}
363
364
export
function
postUserToken(): Promise<ResponseWithData<void>> {
365
return
post(
'/user/user-token'
, {});
366
}
367
368
export
function
postMsUsername(body: {
369
msTranscriptUrl: string;
Callers
1
generateUserToken
Function · 0.90
Calls
1
post
Function · 0.70
Tested by
no test coverage detected