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

Function newErrMultipleConfigEntry

repository/config.go:19–21  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

17}
18
19func newErrMultipleConfigEntry(key string) error {
20 return fmt.Errorf("%w: duplicated key %s", ErrMultipleConfigEntry, key)
21}
22
23// Config represent the common function interacting with the repository config storage
24type Config interface {

Callers 1

ReadStringMethod · 0.85

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected