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

Method abort

e2e/cloud/mcp-sse-replay.test.ts:111–114  ·  view source on GitHub ↗
(reason: string)

Source from the content-addressed store, hash-verified

109 }
110
111 abort(reason: string): void {
112 this.abortController?.abort(reason);
113 this.reader?.cancel(reason).catch(() => undefined);
114 }
115
116 private async consume(): Promise<void> {
117 const reader = this.response.body?.getReader();

Callers

nothing calls this directly

Calls 2

abortMethod · 0.65
cancelMethod · 0.65

Tested by

no test coverage detected