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

Function emailOf

e2e/cloud/mcp-priming-reconnect.test.ts:20–20  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

18import type { Identity } from "../src/target";
19
20const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
21
22const delay = (ms: number): Promise<void> => new Promise((resolve) => setTimeout(resolve, ms));
23

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected