| 44 | class PBHandler : public Handler { |
| 45 | public: |
| 46 | PBHandler() {} |
| 47 | virtual ~PBHandler() {} |
| 48 | |
| 49 | virtual HandleResult Handle(const proto::ConsumerContext &cc, proto::QItem &item, std::string &uncompressed_buffer) { |
nothing calls this directly
no outgoing calls
no test coverage detected