| 208 | ContextMaster->DeleteContextRawData(EnvId, hostId, keepContextOnMaster); |
| 209 | } |
| 210 | void Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) override { |
| 211 | TIntrusivePtr<TGlobalUserContext> ctx = new TGlobalUserContext(QueryProc.Get(), ContextMaster.Get(), EnvId); |
| 212 | AsyncStartGroupRequest(descr, QueryProc.Get(), ctx.Get(), completeNotify); |
| 213 | } |
| 214 | IEnvironment* CreateChildEnvironment(int envId) override { |
| 215 | return new TEnvironment(QueryProc.Get(), ContextMaster.Get(), envId, EnvId, ContextMaster->GetComputer2HostId(EnvId)); |
| 216 | } |
nothing calls this directly
no test coverage detected