Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/saltstack/salt
/ fetch
Method
fetch
tests/pytests/unit/modules/test_mine.py:23–24 ·
view source on GitHub ↗
(self, bank, key)
Source
from the content-addressed store, hash-verified
21
return
"FakeCache:StoreSuccess!"
22
23
def
fetch(self, bank, key):
24
return
self.data.get((bank, key), {})
25
26
def
debug(self):
27
print(f
"{__name__}:FakeCache dump:\n{self.data}"
)
Callers
15
configure_loader_modules
Function · 0.45
test_send_get_local
Function · 0.45
test_send_get_acl_local
Function · 0.45
test_update_local
Function · 0.45
test_update_local_specific
Function · 0.45
test_delete_local
Function · 0.45
test_flush_local
Function · 0.45
test_fetch_with_default_flag
Function · 0.45
test_fetch_with_dependency_flag
Function · 0.45
test_fetch_with_regex_flag
Function · 0.45
test_fetch_with_fromrepo_flag
Function · 0.45
test_fetch_with_localcache_flag
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected