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

Function postMsUsername

client/src/utils/ajax.ts:368–372  ·  view source on GitHub ↗
(body: {
  msTranscriptUrl: string;
})

Source from the content-addressed store, hash-verified

366}
367
368export function postMsUsername(body: {
369 msTranscriptUrl: string;
370}): Promise<ResponseWithData<void>> {
371 return post('/user/ms-username', body);
372}
373
374export function postSaveChallenge(body: {
375 id: string;

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected