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

Method unlink

tests/pytests/unit/cache/test_redis_cache.py:43–45  ·  view source on GitHub ↗
(self, *keys)

Source from the content-addressed store, hash-verified

41 return redis_val
42
43 def unlink(self, *keys):
44 for key in keys:
45 self._unlink(key)
46
47 def _unlink(self, key):
48 self.db.pop(key, None)

Callers 15

noxfile.pyFile · 0.80
decompress_dependenciesFunction · 0.80
compress_dependenciesFunction · 0.80
recompressMethod · 0.80
make_distributionMethod · 0.80
export_gpg_keyFunction · 0.80
gpg_signFunction · 0.80
_patch_pip_wheel_urllib3Function · 0.80
macosFunction · 0.80
salt_onedirFunction · 0.80
recompressMethod · 0.80
set_salt_versionFunction · 0.80

Calls 1

_unlinkMethod · 0.95

Tested by

no test coverage detected