| 592 | } |
| 593 | |
| 594 | uint64 EagerContext::GetContextId() { |
| 595 | tf_shared_lock l(remote_state_mu_); |
| 596 | return context_id_; |
| 597 | } |
| 598 | |
| 599 | Status EagerContext::StoreCollectiveOpsServer( |
| 600 | std::unique_ptr<ServerInterface> server, DeviceMgr* device_mgr, |
no outgoing calls
no test coverage detected