| 103 | return Parent->GetContextData(envId, hostId); |
| 104 | } |
| 105 | bool HasHostIds(const THashMap<int, bool>& hostIdSet) override { |
| 106 | return Parent->HasHostIds(hostIdSet); |
| 107 | } |
| 108 | int GetHostIdCount() override { |
| 109 | return Parent->GetHostIdCount(); |
| 110 | } |
nothing calls this directly
no test coverage detected