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

Method delete

apps/output/test_streaming_chunk_cache.py:45–49  ·  view source on GitHub ↗
(self, *keys)

Source from the content-addressed store, hash-verified

43 return True
44
45 def delete(self, *keys):
46 for key in keys:
47 self._strings.pop(key, None)
48 self._lists.pop(key, None)
49 self._expires_at.pop(key, None)
50
51 def exists(self, key):
52 self._purge_expired()

Callers 3

_clear_build_keysFunction · 0.45
_stream_buildFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected