| 116 | } |
| 117 | |
| 118 | Maybe<const std::vector<std::string>&> RankInfoBootstrapServer::rank2host() const { |
| 119 | CHECK_NOTNULL(rank2host_.get()); |
| 120 | return *rank2host_; |
| 121 | } |
| 122 | |
| 123 | void RankInfoBootstrapServer::OnLoadServer(CtrlCall<CtrlMethod::kLoadServer>* call) { |
| 124 | int64_t rank = call->request().rank(); |
no test coverage detected