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

Function killAll

web/src/js/ducks/flows/_backend_actions.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29export function killAll() {
30 return () => fetchApi("/flows/kill", { method: "POST" });
31}
32
33export function remove(flows: Flow[]) {
34 return () =>

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…