MCPcopy 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
211func (c *cfg) CacheDir() string {
212 return ghConfig.CacheDir()
213}
214
215func defaultFor(key string) o.Option[string] {
216 for _, co := range Options {

Callers 1

NewFromStringFunction · 0.95

Calls 1

CacheDirMethod · 0.65

Tested by

no test coverage detected