()
| 264 | } |
| 265 | |
| 266 | func (m *AskMocker) Close() { |
| 267 | m.Closed = true |
| 268 | close(m.Question) |
| 269 | close(m.Answer) |
| 270 | } |
| 271 | |
| 272 | func (m *AskMocker) receiveQuestion() (survey.Prompt, *survey.AskOptions, bool) { |
| 273 | if m.Closed { |
no outgoing calls
no test coverage detected