MCPcopy 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_taskFunction · 0.45
release_task_lockFunction · 0.45
log_system_eventFunction · 0.45
rehash_streamsFunction · 0.45
check_for_version_updateFunction · 0.45
_perform_ip_lookupFunction · 0.45
remove_vlc_profileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected