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

Function putUpdateMySocials

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

Source from the content-addressed store, hash-verified

411}
412
413export function putUpdateMySocials(
414 update: Record<string, string>
415): Promise<ResponseWithData<void>> {
416 return put('/update-my-socials', update);
417}
418
419export function putUpdateMyKeyboardShortcuts(
420 update: Record<string, string>

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected