Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/basecamp/hey-cli
/ globalConfigPath
Function
globalConfigPath
internal/config/config.go:87–93 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
}
86
87
func
globalConfigPath() string {
88
dir := ConfigDir()
89
if
dir ==
""
{
90
return
""
91
}
92
return
filepath.Join(dir, configFile)
93
}
94
95
func
localConfigPath() string {
96
// Walk up from cwd looking for .hey/config.json
Callers
3
Load
Function · 0.85
LoadOld
Function · 0.85
Save
Method · 0.85
Calls
1
ConfigDir
Function · 0.85
Tested by
no test coverage detected