MCPcopy Index your code
hub / github.com/git-bug/git-bug / mergedConfig

Struct mergedConfig

repository/config.go:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81var _ ConfigRead = &mergedConfig{}
82
83type mergedConfig struct {
84 local ConfigRead
85 global ConfigRead
86}
87
88func (m *mergedConfig) ReadAll(keyPrefix string) (map[string]string, error) {
89 values, err := m.global.ReadAll(keyPrefix)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected