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

Function interrupt

packages/plugins/openapi/src/sdk/invoke.ts:314–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312 );
313 const fiber = runFork(collectEffect);
314 const interrupt = () => {
315 runFork(Fiber.interrupt(fiber));
316 };
317 const timer = setTimeout(() => {
318 if (settled) return;
319 settled = true;

Callers 3

collectStreamingBodyFunction · 0.85
invoke.tsFile · 0.85
readResponseBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected