| 25 | class SimpleHandler : public comm::Handler { |
| 26 | public: |
| 27 | SimpleHandler() {} |
| 28 | virtual ~SimpleHandler() override = default; |
| 29 | |
| 30 | virtual comm::HandleResult Handle(const comm::proto::ConsumerContext &cc, |
nothing calls this directly
no outgoing calls
no test coverage detected