Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ rd
Function
rd
test/mitmproxy/addons/test_save.py:26–29 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
24
25
26
def
rd(p):
27
with
open(p,
"rb"
)
as
f:
28
x = io.FlowReader(f)
29
return
list(x.stream())
30
31
32
def
test_tcp(tmp_path):
Callers
7
test_tcp
Function · 0.70
test_udp
Function · 0.70
test_dns
Function · 0.70
test_websocket
Function · 0.70
test_save_command
Function · 0.70
test_simple
Function · 0.70
test_rotate_stream
Function · 0.70
Calls
1
stream
Method · 0.95
Tested by
no test coverage detected