Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/mitmproxy/mitmproxy
/ __getitem__
Method
__getitem__
mitmproxy/addons/view.py:226–227 ·
view source on GitHub ↗
(self, offset)
Source
from the content-addressed store, hash-verified
224
return
len(self._view)
225
226
def
__getitem__(self, offset) -> Any:
227
return
self._view[self._rev(offset)]
228
229
# Reflect some methods to the efficient underlying implementation
230
Callers
nothing calls this directly
Calls
1
_rev
Method · 0.95
Tested by
no test coverage detected