MCPcopy Create free account
hub / github.com/cli/cli / fallbackConfig

Function fallbackConfig

internal/config/config.go:560–562  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558}
559
560func fallbackConfig() *ghConfig.Config {
561 return ghConfig.ReadFromString(defaultConfigStr)
562}
563
564// The schema version in here should match the PostVersion of whatever the
565// 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