MCPcopy
hub / github.com/stackblitz/bolt.new / unreachable

Function unreachable

app/utils/unreachable.ts:1–3  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

1export function unreachable(message: string): never {
2 throw new Error(`Unreachable: ${message}`);
3}

Callers 7

saveFileMethod · 0.90
addActionMethod · 0.90
runActionMethod · 0.90
runActionMethod · 0.90
#runShellActionMethod · 0.90
#runFileActionMethod · 0.90
parseMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected