Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
def
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
tcp
Function · 0.85
udp
Function · 0.85
large
Function · 0.85
small
Function · 0.85
Calls
4
run_async
Function · 0.85
context
Method · 0.80
configure
Method · 0.45
cycle
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…