MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / useAppDispatch

Function useAppDispatch

web/src/js/ducks/hooks.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6// Use throughout your app instead of plain `useDispatch` and `useSelector`
7export const useAppDispatch = () => useDispatch<AppDispatch>();
8export const useAppSelector: TypedUseSelectorHook<RootState> = useSelector;
9
10export type AppAsyncThunkConfig = {

Callers 15

HeaderFunction · 0.90
FlowViewFunction · 0.90
quickactionsFunction · 0.90
FlowRow.tsxFile · 0.90
FlowTableHead.tsxFile · 0.90
OptionModalFunction · 0.90
OptionInputFunction · 0.90
HttpMessageEditFunction · 0.90
HttpMessageViewFunction · 0.90
WireGuardRowFunction · 0.90
LocalDropdownFunction · 0.90
LocalRowFunction · 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…