MCPcopy
hub / github.com/mitmproxy/mitmproxy / setCurrent

Function setCurrent

web/src/js/ducks/ui/tabs.ts:17–19  ·  view source on GitHub ↗
(state, action: PayloadAction<Tab>)

Source from the content-addressed store, hash-verified

15 },
16 reducers: {
17 setCurrent(state, action: PayloadAction<Tab>) {
18 state.current = action.payload;
19 },
20 },
21});
22

Callers 4

updateStoreFromUrlFunction · 0.90
HeaderFunction · 0.90
handleClickFunction · 0.90
urlStateSpec.tsxFile · 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…