MCPcopy Create free account
hub / github.com/auth0/auth0-cli / defaultPath

Function defaultPath

internal/config/config.go:251–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249}
250
251func defaultPath() string {
252 return path.Join(os.Getenv("HOME"), ".config", "auth0", "config.json")
253}

Callers 2

TestDefaultPathFunction · 0.85
loadFromDiskMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestDefaultPathFunction · 0.68