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

Method Run

library/cpp/par/par_master.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 return DATA_COMPLETE;
122 }
123 void Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) override {
124 return Parent->RunLocalOnly(descr, completeNotify);
125 }
126 IUserContext* CreateLocalOnlyContext() override {
127 return this;
128 }

Callers

nothing calls this directly

Calls 1

RunLocalOnlyMethod · 0.80

Tested by

no test coverage detected