MCPcopy Create free account
hub / github.com/git-bug/git-bug / goGitConfigReader

Struct goGitConfigReader

repository/gogit_config.go:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40var _ ConfigRead = &goGitConfigReader{}
41
42type goGitConfigReader struct {
43 getConfig func() (*config.Config, error)
44}
45
46func (cr *goGitConfigReader) ReadAll(keyPrefix string) (map[string]string, error) {
47 cfg, err := cr.getConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected