MCPcopy
hub / github.com/saltstack/salt / _unlink

Method _unlink

tests/pytests/unit/cache/test_redis_cache.py:47–49  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

45 self._unlink(key)
46
47 def _unlink(self, key):
48 self.db.pop(key, None)
49 self.results.append(None)
50
51 def zadd(self, key, items):
52 keyset = self._get_type(key, "sortedset", {})

Callers 1

unlinkMethod · 0.95

Calls 2

popMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected