Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ handle_key
Method
handle_key
mitmproxy/tools/console/grideditor/base.py:375–378 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
373
return
None
374
375
def
handle_key(self, key):
376
if
key ==
"?"
:
377
signals.pop_view_state.send()
378
return
False
379
380
def
cmd_add(self):
381
self.walker.add()
Callers
1
keypress
Method · 0.95
Calls
1
send
Method · 0.45
Tested by
no test coverage detected