MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / canReplay

Function canReplay

web/src/js/flow/utils.ts:186–188  ·  view source on GitHub ↗
(flow: Flow)

Source from the content-addressed store, hash-verified

184};
185
186export const canReplay = (flow: Flow): boolean => {
187 return flow.type === "http" && !flow.websocket;
188};
189export const canRevert = (flow: Flow): boolean => flow.modified;
190export const canResumeOrKill = (flow: Flow): boolean => flow.intercepted;
191

Callers 1

quickactionsFunction · 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…