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

Method AcquireLock

phxqueue/test/simpleconsumer.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134comm::RetCode SimpleConsumer::AcquireLock(const comm::proto::AcquireLockRequest &req,
135 comm::proto::AcquireLockResponse &resp) {
136 return comm::RetCode::RET_ERR_NO_IMPL;
137}
138
139void SimpleConsumer::BeforeLock(const comm::proto::ConsumerContext &cc) {
140 QLInfo("BeforeLock cc sub_id %d store_id %d queue_id %d",

Callers 1

TestAcquireLockFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected