Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
9
async
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
16
def
_edit(data: str) -> str:
Callers
nothing calls this directly
Calls
3
call
Method · 0.45
load_flow
Method · 0.45
type
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…