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

Method AfterLock

phxqueue/test/simpleconsumer.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void SimpleConsumer::AfterLock(const comm::proto::ConsumerContext &cc) {
145 QLInfo("AfterLock cc sub_id %d store_id %d queue_id %d",
146 cc.sub_id(), cc.store_id(), cc.queue_id());
147}
148
149
150} // namespace test

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected