MCPcopy Create free account
hub / github.com/mitmproxy/mitmproxy / regular.ts

File regular.ts

web/src/js/ducks/modes/regular.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { STATE_RECEIVE, STATE_UPDATE } from "../backendState";
2import { addSetter, createModeUpdateThunk, updateState } from "./utils";
3import { createSlice } from "@reduxjs/toolkit";
4import type { RegularState } from "../../modes/regular";

Callers

nothing calls this directly

Calls 3

createModeUpdateThunkFunction · 0.90
addSetterFunction · 0.90
updateStateFunction · 0.90

Tested by

no test coverage detected