MCPcopy Create free account
hub / github.com/cli/cli / Ask

Method Ask

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

Source from the content-addressed store, hash-verified

149
150type SurveyPrompter interface {
151 Ask(qs []*survey.Question, response interface{}) error
152}
153
154type 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