MCPcopy Create free account
hub / github.com/effect-app/libs / assertUnreachable

Function assertUnreachable

packages/effect-app/src/utils.ts:568–570  ·  view source on GitHub ↗
(x: never)

Source from the content-addressed store, hash-verified

566}
567
568export function assertUnreachable(x: never): never {
569 throw new Error("Unknown case " + x)
570}
571
572export type OptPromise<T extends () => any> = (
573 ...args: Parameters<T>

Callers 12

emptyValueForFunction · 0.90
evalExprFunction · 0.90
computeProjectionValueFunction · 0.90
computeAggregateValueFunction · 0.90
filterStatementFunction · 0.90
statementFunction · 0.90
compileExprFunction · 0.90
computedSelectExprFunction · 0.90
aggregateSelectExprFunction · 0.90
statementFunction · 0.90
aggregateSelectExprFunction · 0.90
compileExprFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…