| 27 | class StoreMasterClient : public comm::MasterClient<Req, Resp> { |
| 28 | public: |
| 29 | StoreMasterClient() {} |
| 30 | virtual ~StoreMasterClient() {} |
| 31 | protected: |
| 32 | virtual std::string GetRouteKeyByReq(const Req &req); |
nothing calls this directly
no outgoing calls
no test coverage detected