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

Method SetQuestionFn

e2e/framework/factory.go:49–51  ·  view source on GitHub ↗
(fn QuestionFn)

Source from the content-addressed store, hash-verified

47}
48
49func (d *DefaultLog) SetQuestionFn(fn QuestionFn) {
50 d.questionFn = fn
51}
52
53func (d *DefaultLog) Question(params *survey.QuestionOptions) (string, error) {
54 return d.questionFn(params)

Callers 1

SetAnswerFuncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected