Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ CacheDir
Method
CacheDir
internal/config/config.go:211–213 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
}
210
211
func
(c *cfg) CacheDir() string {
212
return
ghConfig.CacheDir()
213
}
214
215
func
defaultFor(key string) o.Option[string] {
216
for
_, co :=
range
Options {
Callers
1
NewFromString
Function · 0.95
Calls
1
CacheDir
Method · 0.65
Tested by
no test coverage detected