Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ exists
Method
exists
tests/pytests/unit/cache/test_redis_cache.py:139–141 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
137
self.results.append(None)
138
139
def
exists(self, key):
140
self.results.append(key in self.db)
141
return
self.results[-1]
142
143
144
@pytest.fixture
Callers
15
update_release_notes
Function · 0.45
download_onedir_artifact
Function · 0.45
_read_linkcheck_results
Function · 0.45
man
Function · 0.45
process_changed_files
Function · 0.45
_define_testrun
Function · 0.45
export_gpg_key
Function · 0.45
gpg_sign
Function · 0.45
download_onedir_artifact
Function · 0.45
download_nox_artifact
Function · 0.45
debian
Function · 0.45
salt_onedir
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected