MCPcopy
hub / github.com/mitmproxy/mitmproxy / selectTab

Function selectTab

web/src/js/ducks/ui/flow.ts:18–20  ·  view source on GitHub ↗
(state, action: PayloadAction<string>)

Source from the content-addressed store, hash-verified

16 initialState: defaultState,
17 reducers: {
18 selectTab(state, action: PayloadAction<string>) {
19 state.tab = action.payload;
20 },
21 setContentViewFor(
22 state,
23 action: PayloadAction<{ messageId: string; contentView: string }>,

Callers 5

updateStoreFromUrlFunction · 0.90
FlowViewFunction · 0.90
onKeyDownFunction · 0.90
urlStateSpec.tsxFile · 0.90
flowSpec.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…