| 100 | return Parent->GetEnvId2Version(); |
| 101 | } |
| 102 | const IObjectBase* GetContextData(int envId, int hostId) override { |
| 103 | return Parent->GetContextData(envId, hostId); |
| 104 | } |
| 105 | bool HasHostIds(const THashMap<int, bool>& hostIdSet) override { |
| 106 | return Parent->HasHostIds(hostIdSet); |
| 107 | } |
nothing calls this directly
no test coverage detected