| 109 | return Parent->GetHostIdCount(); |
| 110 | } |
| 111 | EDataDistrState UpdateDataDistrState(TVector<TVector<int>>* hostId2Computer) override { |
| 112 | if (hostId2Computer) { |
| 113 | hostId2Computer->resize(0); |
| 114 | hostId2Computer->resize(Parent->GetHostIdCount()); |
| 115 | } |
| 116 | return Parent->UpdateDataDistrState(nullptr); |
| 117 | } |
| 118 | IUserContext* CreateLocalOnlyContext() override { |
| 119 | return this; |
| 120 | } |
nothing calls this directly
no test coverage detected