| 137 | } |
| 138 | |
| 139 | void 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 | |
| 144 | void SimpleConsumer::AfterLock(const comm::proto::ConsumerContext &cc) { |
| 145 | QLInfo("AfterLock cc sub_id %d store_id %d queue_id %d", |
nothing calls this directly
no outgoing calls
no test coverage detected