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

Function emailOf

e2e/cloud/repro-transport-brick.test.ts:35–35  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

33import { configuredMcpSessionTimeoutMs } from "../setup/mcp-session-timeouts";
34
35const emailOf = (identity: Identity): string => identity.credentials?.email ?? identity.label;
36
37// Give the DO's idle alarm room to fire disposeIdleRuntime after the timeout.
38const IDLE_DISPOSE_BUFFER_MS = 2_000;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected