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

Function getSocratesHint

client/src/utils/ajax.ts:309–313  ·  view source on GitHub ↗
(
  body: SocratesHintPayload
)

Source from the content-addressed store, hash-verified

307 return post('/user/exam-environment/token', {});
308}
309export function getSocratesHint(
310 body: SocratesHintPayload
311): Promise<ResponseWithData<SocratesHintResponse>> {
312 return put('/socrates/get-hint', body);
313}
314
315type PaymentIntentResponse = Promise<
316 ResponseWithData<

Callers

nothing calls this directly

Calls 1

putFunction · 0.85

Tested by

no test coverage detected