Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ get
Method
get
apps/output/test_streaming_chunk_cache.py:32–34 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
30
self._expires_at.pop(key, None)
31
32
def
get(self, key):
33
self._purge_expired()
34
return
self._strings.get(key)
35
36
def
set(self, key, value, nx=False, ex=None):
37
self._purge_expired()
Callers
15
test_leader_caches_chunks_and_sets_ready
Method · 0.95
test_generate_m3u_response
Method · 0.45
test_channel_id_with_ampersand
Method · 0.45
test_channel_id_with_angle_brackets
Method · 0.45
test_channel_id_with_all_special_chars
Method · 0.45
test_program_channel_attribute_escaping
Method · 0.45
test_programmes_emitted_in_start_time_order
Method · 0.45
test_custom_dummy_future_event_fills_grid_window_with_upcoming
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
_get_status
Function · 0.45
stream_cached_response
Function · 0.45
Calls
1
_purge_expired
Method · 0.95
Tested by
no test coverage detected