MCPcopy
hub / github.com/mitmproxy/mitmproxy / test_flowview

Function test_flowview

test/mitmproxy/tools/console/test_flowview.py:9–13  ·  view source on GitHub ↗
(console)

Source from the content-addressed store, hash-verified

7
8
9async def test_flowview(console):
10 for f in tflow.tflows():
11 console.commands.call("view.clear")
12 await console.load_flow(f)
13 console.type("<enter><tab><tab>")
14
15
16def _edit(data: str) -> str:

Callers

nothing calls this directly

Calls 3

callMethod · 0.45
load_flowMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…