| 93 | } |
| 94 | |
| 95 | Maybe<void> HostListCtrlBootstrap::SetHostByMaster(Address* addr, int64_t world_rank) const { |
| 96 | return Maybe<void>::Ok(); |
| 97 | } |
| 98 | |
| 99 | Maybe<void> HostListCtrlBootstrap::SetCurrentHostByMaster( |
| 100 | WorkerProcessInfo* worker_process_info) const { |
nothing calls this directly
no test coverage detected