Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ SetAnswerFunc
Method
SetAnswerFunc
e2e/framework/factory.go:29–31 ·
view source on GitHub ↗
(fn QuestionFn)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
(f *DefaultFactory) SetAnswerFunc(fn QuestionFn) {
30
f.log.(*DefaultLog).SetQuestionFn(fn)
31
}
32
33
func
(f *DefaultFactory) SetLog(log log.Logger) {
34
f.log = log
Callers
3
init.go
File · 0.80
dependencies.go
File · 0.80
config.go
File · 0.80
Calls
1
SetQuestionFn
Method · 0.80
Tested by
no test coverage detected