MCPcopy
hub / github.com/mitmproxy/mitmproxy / show

Function show

test/helper_tools/dumperview.py:23–28  ·  view source on GitHub ↗
(flow_detail, flows)

Source from the content-addressed store, hash-verified

21
22
23def show(flow_detail, flows):
24 d = dumper.Dumper()
25 with taddons.context() as ctx:
26 ctx.configure(d, flow_detail=flow_detail)
27 for f in flows:
28 run_async(ctx.cycle(d, f))
29
30
31@click.group()

Callers 4

tcpFunction · 0.85
udpFunction · 0.85
largeFunction · 0.85
smallFunction · 0.85

Calls 4

run_asyncFunction · 0.85
contextMethod · 0.80
configureMethod · 0.45
cycleMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…