MCPcopy 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")
38def tcp(level):
39 f1 = tflow.ttcpflow()
40 show(level, [f1])
41
42
43@cli.command()

Callers

nothing calls this directly

Calls 1

showFunction · 0.85

Tested by

no test coverage detected