MCPcopy
hub / github.com/cli/cli / Error

Method Error

pkg/cmdutil/errors.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (e NoResultsError) Error() string {
65 return e.message
66}
67
68func NewNoResultsError(message string) NoResultsError {
69 return NoResultsError{message: message}

Callers 2

TestPromptingPRResolverFunction · 0.95
MainFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestPromptingPRResolverFunction · 0.76