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

Function postReportUser

client/src/utils/ajax.ts:343–345  ·  view source on GitHub ↗
(body: Report)

Source from the content-addressed store, hash-verified

341 reportDescription: string;
342}
343export function postReportUser(body: Report): Promise<ResponseWithData<void>> {
344 return post('/user/report-user', body);
345}
346
347// Both are called without a payload in danger-zone-saga,
348// which suggests both are sent without any body

Callers

nothing calls this directly

Calls 1

postFunction · 0.70

Tested by

no test coverage detected