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

Function newErrNoConfigEntry

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

Source from the content-addressed store, hash-verified

13)
14
15func newErrNoConfigEntry(key string) error {
16 return fmt.Errorf("%w: missing key %s", ErrNoConfigEntry, key)
17}
18
19func newErrMultipleConfigEntry(key string) error {
20 return fmt.Errorf("%w: duplicated key %s", ErrMultipleConfigEntry, key)

Callers 2

ReadStringMethod · 0.85
ReadStringMethod · 0.85

Calls 1

ErrorfMethod · 0.80

Tested by

no test coverage detected