MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Handle

Method Handle

phxqueue/test/simplehandler.cpp:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29comm::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected