Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
unreachable(message: string): never {
2
throw
new
Error(`Unreachable: ${message}`);
3
}
Callers
7
saveFile
Method · 0.90
addAction
Method · 0.90
runAction
Method · 0.90
runAction
Method · 0.90
#runShellAction
Method · 0.90
#runFileAction
Method · 0.90
parse
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected