| 27 | |
| 28 | |
| 29 | comm::HandleResult SimpleHandler::Handle(const comm::proto::ConsumerContext &cc, |
| 30 | comm::proto::QItem &item, string &uncompressed_buffer) { |
| 31 | QLVerb("cc: sub_id %d store_id %d queue_id %d. item uin %" PRIu64, |
| 32 | cc.sub_id(), cc.store_id(), cc.queue_id(), (uint64_t)item.meta().uin()); |
| 33 | return comm::HandleResult::RES_OK; |
| 34 | } |
| 35 | |
| 36 | |
| 37 | } // namespace test |
nothing calls this directly
no outgoing calls
no test coverage detected