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

Function isStreamAbortEvent

src/node/services/taskService.ts:751–753  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

749}
750
751function isStreamAbortEvent(value: unknown): value is StreamAbortEvent {
752 return isTypedWorkspaceEvent(value, "stream-abort");
753}
754
755function isErrorEvent(value: unknown): value is ErrorEvent {
756 return isTypedWorkspaceEvent(value, "error");

Callers 2

constructorMethod · 0.85

Calls 1

isTypedWorkspaceEventFunction · 0.85

Tested by

no test coverage detected