MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / abort

Method abort

packages/core/src/agent.test.ts:289–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

287 // no-op in mock
288 }
289 abort(): void {
290 this.call.aborted = true;
291 }
292 private emit(e: AgentEvent): void {
293 for (const l of this.call.listeners) l(e);
294 }

Callers 14

retry.test.tsFile · 0.80
attachAbortSignalFunction · 0.80
agent.test.tsFile · 0.80
handlePreviewRequestFunction · 0.80
handleVerifierRequestFunction · 0.80
cancelGenerationRequestFunction · 0.80
armGenerationTimeoutFunction · 0.80
fetchWithTimeoutFunction · 0.80
probePreviewCandidateFunction · 0.80
runCancelLoginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected