MCPcopy 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
225def 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
232def test_create():

Callers 1

test_loadFunction · 0.70

Calls 1

addMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…