MCPcopy Index your code
hub / github.com/cli/cli / fallbackConfig

Function fallbackConfig

internal/config/config.go:547–549  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

545}
546
547func fallbackConfig() *ghConfig.Config {
548 return ghConfig.ReadFromString(defaultConfigStr)
549}
550
551// The schema version in here should match the PostVersion of whatever the
552// last migration we decided to run is. Therefore, if we run a new migration,

Callers 2

TestFallbackConfigFunction · 0.85
NewConfigFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestFallbackConfigFunction · 0.68