Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ post
Method
post
mitmproxy/tools/web/app.py:643–646 ·
view source on GitHub ↗
(self, flow_id)
Source
from the content-addressed store, hash-verified
641
642
class
DuplicateFlow(RequestHandler):
643
def
post(self, flow_id):
644
f = self.flow.copy()
645
self.view.add([f])
646
self.write(f.id)
647
648
649
class
RevertFlow(RequestHandler):
Callers
nothing calls this directly
Calls
3
copy
Method · 0.45
add
Method · 0.45
write
Method · 0.45
Tested by
no test coverage detected