Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
export
const
deleteAllEmails =
async
() => {
30
await
fetch(`http:
//${host}:8025/api/v1/messages`, {
31
method:
'DELETE'
32
});
33
};
Callers
2
report-user.spec.ts
File · 0.90
update-email.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected