Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.80
oauth-server.test.ts
File · 0.80
attachAbortSignal
Function · 0.80
agent.test.ts
File · 0.80
generation-ipc.test.ts
File · 0.80
handlePreviewRequest
Function · 0.80
handleVerifierRequest
Function · 0.80
cancelGenerationRequest
Function · 0.80
armGenerationTimeout
Function · 0.80
fetchWithTimeout
Function · 0.80
probePreviewCandidate
Function · 0.80
runCancelLogin
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected