Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ tft
Function
tft
test/mitmproxy/addons/test_view.py:14–18 ·
view source on GitHub ↗
(*, method="get", start=0)
Source
from the content-addressed store, hash-verified
12
13
14
def
tft(*, method=
"get"
, start=0):
15
f = tflow.tflow()
16
f.request.method = method
17
f.timestamp_created = start
18
return
f
19
20
21
def
test_order_refresh():
Callers
11
test_simple
Function · 0.85
test_filter
Function · 0.85
test_resolve
Function · 0.85
test_order
Function · 0.85
test_reversed
Function · 0.85
test_update
Function · 0.85
test_signals
Function · 0.85
test_focus_follow
Function · 0.85
test_focus
Function · 0.85
test_settings
Function · 0.85
test_properties
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected