Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mitmproxy/mitmproxy
/ store_count
Method
store_count
mitmproxy/addons/view.py:207–208 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
205
)
206
207
def
store_count(self):
208
return
len(self._store)
209
210
def
_rev(self, idx: int) -> int:
211
""
"
Callers
4
test_simple
Function · 0.95
test_simple_tcp
Function · 0.95
test_simple_udp
Function · 0.95
test_simple_dns
Function · 0.95
Calls
no outgoing calls
Tested by
4
test_simple
Function · 0.76
test_simple_tcp
Function · 0.76
test_simple_udp
Function · 0.76
test_simple_dns
Function · 0.76