Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dispatcharr/Dispatcharr
/ delete
Method
delete
core/tests.py:56–57 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
54
return
True
55
56
def
delete(self, key):
57
self.keys.discard(key)
58
59
fake_redis = FakeRedis()
60
Callers
14
delete_periodic_task
Function · 0.45
_cleanup_orphaned_interval
Function · 0.45
_cleanup_orphaned_crontab
Function · 0.45
release_task_lock
Function · 0.45
log_system_event
Function · 0.45
rehash_streams
Function · 0.45
_merge_stream_relationships
Function · 0.45
check_for_version_update
Function · 0.45
_perform_ip_lookup
Function · 0.45
sync_developer_notifications
Function · 0.45
remove_vlc_profile
Function · 0.45
remove_default_output_profiles
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected