MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Question

Method Question

pkg/util/log/testing/fake.go:113–115  ·  view source on GitHub ↗

Question asks a new question

(params *survey.QuestionOptions)

Source from the content-addressed store, hash-verified

111
112// Question asks a new question
113func (d *FakeLogger) Question(params *survey.QuestionOptions) (string, error) {
114 return d.Survey.Question(params)
115}
116
117func (d *FakeLogger) SetAnswer(answer string) {
118 d.Survey.SetNextAnswer(answer)

Callers

nothing calls this directly

Calls 1

QuestionMethod · 0.65

Tested by

no test coverage detected