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

Function putUpdateMyClassroomMode

client/src/utils/ajax.ts:425–429  ·  view source on GitHub ↗
(update: {
  isClassroomAccount: true;
})

Source from the content-addressed store, hash-verified

423}
424
425export function putUpdateMyClassroomMode(update: {
426 isClassroomAccount: true;
427}): Promise<ResponseWithData<void>> {
428 return put('/update-my-classroom-mode', update);
429}
430
431export function putUpdateMyHonesty(
432 update: Record<string, string>

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected