Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.80
decompress_dependencies
Function · 0.80
compress_dependencies
Function · 0.80
recompress
Method · 0.80
make_distribution
Method · 0.80
export_gpg_key
Function · 0.80
gpg_sign
Function · 0.80
_patch_pip_wheel_urllib3
Function · 0.80
macos
Function · 0.80
salt_onedir
Function · 0.80
recompress
Method · 0.80
set_salt_version
Function · 0.80
Calls
1
_unlink
Method · 0.95
Tested by
no test coverage detected