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

Function setActiveModal

web/src/js/ducks/ui/modal.ts:11–13  ·  view source on GitHub ↗
(state, action)

Source from the content-addressed store, hash-verified

9 initialState: defaultState,
10 reducers: {
11 setActiveModal(state, action) {
12 state.activeModal = action.payload;
13 },
14 hideModal(state) {
15 state.activeModal = undefined;
16 },

Callers 2

ModalSpec.tsxFile · 0.90
modalSpec.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…