Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ tdump
Function
tdump
test/mitmproxy/addons/test_view.py:225–229 ·
view source on GitHub ↗
(path, flows)
Source
from the content-addressed store, hash-verified
223
224
225
def
tdump(path, flows):
226
with
open(path,
"wb"
)
as
f:
227
w = io.FlowWriter(f)
228
for
i in flows:
229
w.add(i)
230
231
232
def
test_create():
Callers
1
test_load
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…