| 128 | return Parent->RegisterData(tblId, versionId, obj); |
| 129 | } |
| 130 | void CollectData(const TVector<TDataLocation>& data, TVector<TVector<char>>* res) override { |
| 131 | Parent->CollectData(data, res); |
| 132 | } |
| 133 | }; |
| 134 | |
| 135 | class TRemoteMRCommandExec: public IMRCommandCompleteNotify, public TNonCopyable { |
nothing calls this directly
no test coverage detected