Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ copy
Method
copy
mitmproxy/flow.py:195–199 ·
view source on GitHub ↗
Make a copy of this flow.
(self)
Source
from the content-addressed store, hash-verified
193
return
f
194
195
def
copy(self):
196
""
"Make a copy of this flow."
""
197
f = super().copy()
198
f.live = False
199
return
f
200
201
def
modified(self):
202
""
"
Callers
15
test_eq
Method · 0.45
test_state
Method · 0.45
test_state
Method · 0.45
test_copy
Method · 0.45
sub
Function · 0.45
test_simple
Method · 0.45
test_get_host_header
Method · 0.45
test_constrain_encoding
Method · 0.45
test_simple
Method · 0.45
test_copy
Method · 0.45
test_getset_state
Method · 0.45
test_resume_duplicated
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_eq
Method · 0.36
test_state
Method · 0.36
test_state
Method · 0.36
test_copy
Method · 0.36
sub
Function · 0.36
test_simple
Method · 0.36
test_get_host_header
Method · 0.36
test_constrain_encoding
Method · 0.36
test_simple
Method · 0.36
test_copy
Method · 0.36
test_getset_state
Method · 0.36
test_resume_duplicated
Method · 0.36