| 29 | class Handler { |
| 30 | public: |
| 31 | Handler() {} |
| 32 | virtual ~Handler() {} |
| 33 | |
| 34 | virtual HandleResult Handle(const proto::ConsumerContext &cc, proto::QItem &item, std::string &uncompressed_buffer) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected