| 109 | } |
| 110 | |
| 111 | Maybe<void> HostListCtrlBootstrap::SetNodeSize(ProcessCtx* process_ctx) const { |
| 112 | process_ctx->set_node_size(world_size()); |
| 113 | return Maybe<void>::Ok(); |
| 114 | } |
| 115 | |
| 116 | BootstrapServer* HostListCtrlBootstrap::mut_bootstrap_server() { return bootstrap_server_.get(); } |
| 117 | BootstrapClient* HostListCtrlBootstrap::mut_bootstrap_client() { return bootstrap_client_.get(); } |
nothing calls this directly
no test coverage detected