Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ FlowRow.tsx
File
FlowRow.tsx
web/src/js/components/FlowTable/FlowRow.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import React, { useCallback } from
"react"
;
2
import classnames from
"classnames"
;
3
import type { Flow } from
"../../flow"
;
4
import { useAppDispatch } from
"../../ducks"
;
Callers
nothing calls this directly
Calls
8
useAppDispatch
Function · 0.90
selectToggle
Function · 0.90
selectRange
Function · 0.90
dispatch
Function · 0.85
concat
Method · 0.80
empty
Method · 0.45
filter
Method · 0.45
map
Method · 0.45
Tested by
no test coverage detected