Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_remotes
Method · 0.80
test_get_cachedir_basename_pygit2
Function · 0.80
test_get_cachedir_basename
Function · 0.80
_test_env
Function · 0.80
test_get_cachedir_basename
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_get_cachedir_basename_pygit2
Function · 0.64
test_get_cachedir_basename
Function · 0.64
_test_env
Function · 0.64
test_get_cachedir_basename
Method · 0.64