MCPcopy
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

1import React, { useCallback } from "react";
2import classnames from "classnames";
3import type { Flow } from "../../flow";
4import { useAppDispatch } from "../../ducks";

Callers

nothing calls this directly

Calls 8

useAppDispatchFunction · 0.90
selectToggleFunction · 0.90
selectRangeFunction · 0.90
dispatchFunction · 0.85
concatMethod · 0.80
emptyMethod · 0.45
filterMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected