Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
117
func
(d *FakeLogger) SetAnswer(answer string) {
118
d.Survey.SetNextAnswer(answer)
119
}
120
121
func
(d *FakeLogger) Writer(level logrus.Level, raw bool) io.WriteCloser {
122
return
log.WithNopCloser(io.Discard)
Callers
2
TestCheckKubeContext
Function · 0.95
TestCheckKubeContextNamespace
Function · 0.95
Calls
1
SetNextAnswer
Method · 0.80
Tested by
2
TestCheckKubeContext
Function · 0.76
TestCheckKubeContextNamespace
Function · 0.76