MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / deleteAllEmails

Function deleteAllEmails

e2e/utils/email.ts:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27};
28
29export const deleteAllEmails = async () => {
30 await fetch(`http://${host}:8025/api/v1/messages`, {
31 method: 'DELETE'
32 });
33};

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected