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

Function emailOf

e2e/cloud/mcp-client-sessions.test.ts:28–28  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

26const coreApi = composePluginApi([] as const);
27
28const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
29
30interface Connected {
31 readonly client: Client;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected