MCPcopy
hub / github.com/freeCodeCamp/freeCodeCamp / putUpdateMyKeyboardShortcuts

Function putUpdateMyKeyboardShortcuts

client/src/utils/ajax.ts:419–423  ·  view source on GitHub ↗
(
  update: Record<string, string>
)

Source from the content-addressed store, hash-verified

417}
418
419export function putUpdateMyKeyboardShortcuts(
420 update: Record<string, string>
421): Promise<ResponseWithData<void>> {
422 return put('/update-my-keyboard-shortcuts', update);
423}
424
425export function putUpdateMyClassroomMode(update: {
426 isClassroomAccount: true;

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected