| 142 | } |
| 143 | |
| 144 | void 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 |
nothing calls this directly
no outgoing calls
no test coverage detected