Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ configDirectory
Function
configDirectory
util/configv3/home_dir_unix.go:16–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
func
configDirectory() string {
17
return
filepath.Join(homeDirectory(),
".cf"
)
18
}
19
20
func
homeDirectory() string {
21
var
homeDir string
Callers
3
ConfigFilePath
Function · 0.70
removeOldTempConfigFiles
Function · 0.70
WriteConfig
Method · 0.70
Calls
1
homeDirectory
Function · 0.70
Tested by
no test coverage detected