Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mitmproxy/mitmproxy
/ ConnectionIndicator.tsx
File
ConnectionIndicator.tsx
web/src/js/components/Header/ConnectionIndicator.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import * as React from
"react"
;
2
import { ConnectionState } from
"../../ducks/connection"
;
3
import { useAppSelector } from
"../../ducks"
;
4
import { assertNever } from
"../../utils"
;
Callers
nothing calls this directly
Calls
1
assertNever
Function · 0.90
Tested by
no test coverage detected