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

Function executionIdOf

e2e/cloud/mcp-client-sessions.test.ts:259–260  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

257`;
258
259const executionIdOf = (text: string): string | undefined =>
260 /\bexecutionId:\s*(\S+)/.exec(text)?.[1];
261
262const IDLE_TEARDOWN_BUFFER_MS = 2_000;
263const IDLE_TEARDOWN_GAP_MS = configuredMcpPausedSessionIdleTimeoutMs() + IDLE_TEARDOWN_BUFFER_MS;

Callers 1

Calls 1

execMethod · 0.80

Tested by

no test coverage detected