MCPcopy 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
29func (f *DefaultFactory) SetAnswerFunc(fn QuestionFn) {
30 f.log.(*DefaultLog).SetQuestionFn(fn)
31}
32
33func (f *DefaultFactory) SetLog(log log.Logger) {
34 f.log = log

Callers 3

init.goFile · 0.80
dependencies.goFile · 0.80
config.goFile · 0.80

Calls 1

SetQuestionFnMethod · 0.80

Tested by

no test coverage detected