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

Method BeforeLock

phxqueue/test/simpleconsumer.cpp:139–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void SimpleConsumer::BeforeLock(const comm::proto::ConsumerContext &cc) {
140 QLInfo("BeforeLock cc sub_id %d store_id %d queue_id %d",
141 cc.sub_id(), cc.store_id(), cc.queue_id());
142}
143
144void SimpleConsumer::AfterLock(const comm::proto::ConsumerContext &cc) {
145 QLInfo("AfterLock cc sub_id %d store_id %d queue_id %d",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected