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

Method GetLockInfo

phxqueue/test/simpleconsumer.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129comm::RetCode SimpleConsumer::GetLockInfo(const comm::proto::GetLockInfoRequest &req,
130 comm::proto::GetLockInfoResponse &resp) {
131 return comm::RetCode::RET_ERR_NO_IMPL;
132}
133
134comm::RetCode SimpleConsumer::AcquireLock(const comm::proto::AcquireLockRequest &req,
135 comm::proto::AcquireLockResponse &resp) {

Callers 1

TestGetLockInfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected