| 27 | } |
| 28 | |
| 29 | virtual int setup() noexcept override { |
| 30 | option_effect = *option<::std::string>(); |
| 31 | setup_called = true; |
| 32 | return setup_return; |
| 33 | } |
| 34 | |
| 35 | virtual int process() noexcept override { |
| 36 | x.emit(); |
nothing calls this directly
no outgoing calls
no test coverage detected