MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / emailOf

Function emailOf

e2e/cloud/mcp-sse-replay.test.ts:14–14  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

12const JSON_AND_SSE = "application/json, text/event-stream";
13
14const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
15
16const delay = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
17

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected