Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsentry/sentry
/ items
Method
items
src/sentry/utils/local_cache.py:18–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
def
keys(self) -> Iterator[K]: ...
17
def
values(self) -> Iterator[V]: ...
18
def
items(self) -> Iterator[tuple[K, V]]: ...
19
20
21
class
LRUCache[K, V]:
Callers
15
constants.py
File · 0.45
get_sdk_versions
Function · 0.45
get_sdk_urls
Function · 0.45
_derive_interface_tags_many
Function · 0.45
_materialize_event_metrics
Function · 0.45
get_tags
Method · 0.45
fetch_file
Function · 0.45
decode_viewer_context
Function · 0.45
normalize_value
Function · 0.45
value_matches
Function · 0.45
print_conditions
Function · 0.45
update_user
Method · 0.45
Calls
no outgoing calls
Tested by
8
test_for_match_with_event
Method · 0.36
assert_expected_response
Function · 0.36
mock_replay
Function · 0.36
mock_replay_event
Function · 0.36
_get_boosted_releases
Method · 0.36
_remove_lrb_if_limit_is_reached
Method · 0.36
get
Method · 0.36
test_tag
Method · 0.36