Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ assertNever
Function
assertNever
web/src/js/utils.ts:228–230 ·
view source on GitHub ↗
(val: never)
Source
from the content-addressed store, hash-verified
226
227
/* istanbul ignore next @preserve */
228
export
function
assertNever(val: never): never {
229
throw
new
Error(`Unreachable: ${JSON.stringify(val)}`);
230
}
Callers
5
ConnectionIndicator.tsx
File · 0.90
receive
Method · 0.90
onMessage
Method · 0.90
receive
Method · 0.90
flowsReducer
Function · 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…