MCPcopy
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_notesFunction · 0.45
download_onedir_artifactFunction · 0.45
_read_linkcheck_resultsFunction · 0.45
manFunction · 0.45
process_changed_filesFunction · 0.45
_define_testrunFunction · 0.45
export_gpg_keyFunction · 0.45
gpg_signFunction · 0.45
download_onedir_artifactFunction · 0.45
download_nox_artifactFunction · 0.45
debianFunction · 0.45
salt_onedirFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected