Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ _key
Method
_key
mitmproxy/addons/view.py:67–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
self.view.sig_view_refresh.send()
66
67
def
_key(self):
68
return
"_order_%s"
% id(self)
69
70
def
__call__(self, f):
71
if
f.id in self.view._store:
Callers
2
refresh
Method · 0.95
__call__
Method · 0.95
Calls
1
id
Function · 0.50
Tested by
no test coverage detected