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

Function isErrorEvent

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

Source from the content-addressed store, hash-verified

753}
754
755function isErrorEvent(value: unknown): value is ErrorEvent {
756 return isTypedWorkspaceEvent(value, "error");
757}
758
759function hasAncestorWorkspaceId(
760 entry: { ancestorWorkspaceIds?: unknown } | null | undefined,

Callers 2

constructorMethod · 0.85

Calls 1

isTypedWorkspaceEventFunction · 0.85

Tested by

no test coverage detected