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

Function fallbackConfig

internal/config/config.go:604–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602}
603
604func fallbackConfig() *ghConfig.Config {
605 return ghConfig.ReadFromString(defaultConfigStr)
606}
607
608// The schema version in here should match the PostVersion of whatever the
609// 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