Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ sortkey
Method
sortkey
mitmproxy/tools/console/keymap.py:68–69 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
)
67
68
def
sortkey(self):
69
return
self.key +
","
.join(self.contexts)
70
71
72
class
Keymap:
Callers
1
list
Method · 0.80
Calls
1
join
Method · 0.45
Tested by
no test coverage detected