Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ load
Method
load
mitmproxy/tools/console/eventlog.py:30–33 ·
view source on GitHub ↗
(self, loader)
Source
from the content-addressed store, hash-verified
28
super().__init__(self.walker)
29
30
def
load(self, loader):
31
loader.add_option(
32
"console_focus_follow"
, bool, False,
"Focus follows new flows."
33
)
34
35
def
set_focus(self, index):
36
if
0 <= index < len(self.walker):
Callers
1
parse
Method · 0.45
Calls
1
add_option
Method · 0.45
Tested by
no test coverage detected