MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / exists

Method exists

apps/output/test_streaming_chunk_cache.py:51–53  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

49 self._expires_at.pop(key, None)
50
51 def exists(self, key):
52 self._purge_expired()
53 return key in self._strings or key in self._lists
54
55 def expire(self, key, ttl):
56 if key in self._strings or key in self._lists:

Callers 15

get_is_dismissedMethod · 0.45
is_task_lock_heldFunction · 0.45
_renew_loopMethod · 0.45
scan_and_process_filesFunction · 0.45
stream_viewFunction · 0.45
add_vlc_profileFunction · 0.45
calculate_tuner_countFunction · 0.45
fetch_m3u_linesFunction · 0.45

Calls 1

_purge_expiredMethod · 0.95

Tested by

no test coverage detected