MCPcopy Index your code
hub / github.com/cli/cli / Error

Method Error

pkg/cmd/config/get/get.go:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82func (e nonExistentKeyError) Error() string {
83 return fmt.Sprintf("could not find key \"%s\"", e.key)
84}

Callers 1

TestNewCmdConfigGetFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestNewCmdConfigGetFunction · 0.36