MCPcopy
hub / github.com/charmbracelet/skate / Error

Method Error

main.go:116–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (err errDBNotFound) Error() string {
117 if len(err.suggestions) == 0 {
118 return "no suggestions found"
119 }
120 return fmt.Sprintf("did you mean %q", strings.Join(err.suggestions, ", "))
121}
122
123func set(cmd *cobra.Command, args []string) error {
124 k, n, err := keyParser(args[0])

Callers 1

deleteDbFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected