MCPcopy Index your code
hub / github.com/coder/mux / handleStreamAbort

Method handleStreamAbort

src/node/services/taskService.ts:8354–8356  ·  view source on GitHub ↗
(event: StreamAbortEvent)

Source from the content-addressed store, hash-verified

8352 }
8353
8354 private async handleStreamAbort(event: StreamAbortEvent): Promise<void> {
8355 await this.finalizeWorkspaceTurnFromStreamAbort(event);
8356 }
8357
8358 private async getActiveWorkspaceTurnRecordForWorkspace(
8359 workspaceId: string

Callers 1

constructorMethod · 0.95

Tested by

no test coverage detected