Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cli/cli
/ NoSuchAnswerErr
Function
NoSuchAnswerErr
internal/prompter/test.go:175–177 ·
view source on GitHub ↗
(answer string, options []string)
Source
from the content-addressed store, hash-verified
173
}
174
175
func
NoSuchAnswerErr(answer string, options []string) error {
176
return
fmt.Errorf(
"no such answer '%s' in [%s]"
, answer, strings.Join(options,
", "
))
177
}
Callers
1
IndexFor
Function · 0.85
Calls
2
Join
Method · 0.80
Errorf
Method · 0.65
Tested by
no test coverage detected