| 37 | |
| 38 | template <typename Req, typename Resp> |
| 39 | std::string LockMasterClient<Req, Resp>::GetRouteKeyByReq(const Req &req) { |
| 40 | return comm::GetRouteKey(req.topic_id(), req.lock_id(), req.lock_key()); |
| 41 | } |
| 42 | |
| 43 | template <> |
| 44 | inline std::string LockMasterClient<comm::proto::AcquireLockRequest, |
nothing calls this directly
no test coverage detected