Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
49
func
(d *DefaultLog) SetQuestionFn(fn QuestionFn) {
50
d.questionFn = fn
51
}
52
53
func
(d *DefaultLog) Question(params *survey.QuestionOptions) (string, error) {
54
return
d.questionFn(params)
Callers
1
SetAnswerFunc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected