MCPcopy Create free account
hub / github.com/catboost/catboost / Run

Method Run

library/cpp/par/par_master.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls 2

AsyncStartGroupRequestFunction · 0.85
GetMethod · 0.45

Tested by

no test coverage detected