MCPcopy 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
13def 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
20def test_load_file(tmpdir):

Callers 2

test_load_fileFunction · 0.70
test_configFunction · 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…