MCPcopy Index your code
hub / github.com/saltstack/salt / get_cache_basename

Method get_cache_basename

salt/utils/gitfs.py:549–550  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

547 return self._cache_hash
548
549 def get_cache_basename(self):
550 return self._cache_basename
551
552 def get_cache_full_basename(self):
553 return self._cache_full_basename

Callers 5

fetch_remotesMethod · 0.80
_test_envFunction · 0.80

Calls

no outgoing calls

Tested by 4

_test_envFunction · 0.64