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

Function interrupt

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

Source from the content-addressed store, hash-verified

346 );
347 const fiber = runFork(collectEffect);
348 const interrupt = () => {
349 runFork(Fiber.interrupt(fiber));
350 };
351 const timer = setTimeout(() => {
352 if (settled) return;
353 settled = true;

Callers 3

collectStreamingBodyFunction · 0.85
invoke.tsFile · 0.85
readResponseBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected