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

Function interrupt

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

Source from the content-addressed store, hash-verified

351 );
352 const fiber = runFork(collectEffect);
353 const interrupt = () => {
354 runFork(Fiber.interrupt(fiber));
355 };
356 const timer = setTimeout(() => {
357 if (settled) return;
358 settled = true;

Callers 3

collectStreamingBodyFunction · 0.85
invoke.tsFile · 0.85
readResponseBodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected