Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ tdump
Function
tdump
test/mitmproxy/addons/test_serverplayback.py:13–17 ·
view source on GitHub ↗
(path, flows)
Source
from the content-addressed store, hash-verified
11
12
13
def
tdump(path, flows):
14
with
open(path,
"wb"
)
as
f:
15
w = io.FlowWriter(f)
16
for
i in flows:
17
w.add(i)
18
19
20
def
test_load_file(tmpdir):
Callers
2
test_load_file
Function · 0.70
test_config
Function · 0.70
Calls
1
add
Method · 0.95
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…