MCPcopy
hub / github.com/cli/cli / Ask

Method Ask

pkg/cmd/codespace/common.go:150–150  ·  view source on GitHub ↗
(qs []*survey.Question, response interface{})

Source from the content-addressed store, hash-verified

148
149type SurveyPrompter interface {
150 Ask(qs []*survey.Question, response interface{}) error
151}
152
153type Prompter struct{}

Callers 3

AskMethod · 0.65
getMachineNameFunction · 0.65

Implementers 2

MockSurveyPrompterpkg/cmd/codespace/create_test.go
Prompterpkg/cmd/codespace/common.go

Calls

no outgoing calls

Tested by

no test coverage detected