MCPcopy Index your code
hub / github.com/git/git / getUserCacheFilename

Method getUserCacheFilename

git-p4.py:1703–1705  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1701 return True
1702
1703 def getUserCacheFilename(self):
1704 home = os.environ.get("HOME", os.environ.get("USERPROFILE"))
1705 return home + "/.gitp4-usercache.txt"
1706
1707 def getUserMapFromPerforceServer(self):
1708 if self.userMapFromPerforceServer:

Callers 2

loadUserMapFromCacheMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected