Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ add
Method
add
mitmproxy/io/io.py:22–24 ·
view source on GitHub ↗
(self, f: flow.Flow)
Source
from the content-addressed store, hash-verified
20
self.fo = fo
21
22
def
add(self, f: flow.Flow) -> None:
23
d = f.get_state()
24
tnetstring.dump(d, self.fo)
25
26
27
class
FlowReader:
Callers
12
test_roundtrip
Method · 0.95
test_error
Method · 0.95
tdump
Function · 0.95
data
Function · 0.95
tdump
Function · 0.95
get
Method · 0.95
save
Method · 0.95
__init__
Method · 0.45
create_task
Function · 0.45
server_event
Method · 0.45
close_stream
Method · 0.45
exempt
Method · 0.45
Calls
2
get_state
Method · 0.45
dump
Method · 0.45
Tested by
5
test_roundtrip
Method · 0.76
test_error
Method · 0.76
tdump
Function · 0.76
data
Function · 0.76
tdump
Function · 0.76