Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ tcp
Function
tcp
test/helper_tools/dumperview.py:38–40 ·
view source on GitHub ↗
(level)
Source
from the content-addressed store, hash-verified
36
@cli.command()
37
@click.option(
"--level"
, default=1, help=
"Detail level"
)
38
def
tcp(level):
39
f1 = tflow.ttcpflow()
40
show(level, [f1])
41
42
43
@cli.command()
Callers
nothing calls this directly
Calls
1
show
Function · 0.85
Tested by
no test coverage detected