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

Method SetAnswer

pkg/util/log/testing/fake.go:117–119  ·  view source on GitHub ↗
(answer string)

Source from the content-addressed store, hash-verified

115}
116
117func (d *FakeLogger) SetAnswer(answer string) {
118 d.Survey.SetNextAnswer(answer)
119}
120
121func (d *FakeLogger) Writer(level logrus.Level, raw bool) io.WriteCloser {
122 return log.WithNopCloser(io.Discard)

Callers 2

TestCheckKubeContextFunction · 0.95

Calls 1

SetNextAnswerMethod · 0.80

Tested by 2

TestCheckKubeContextFunction · 0.76