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

Function save

web/src/js/ducks/options.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83export function save() {
84 return () => fetchApi("/options/save", { method: "POST" });
85}
86
87export function addInterceptFilter(example) {
88 return (dispatch, getState) => {

Callers

nothing calls this directly

Calls 1

fetchApiFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…