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

Method DistrCmdComplete

library/cpp/par/par_exec.h:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79 }
80 void DistrCmdComplete(int reqId, TVector<char>* res) override {
81 if (res)
82 res->swap(ResultData[reqId]);
83 else
84 Cancel();
85 DoneReduceTask();
86 }
87 bool IsDistrCmdNeeded() override {
88 return NeedResult();
89 }

Callers 4

ExecAsyncMethod · 0.45
MergeAsyncMethod · 0.45
ExecAsyncMethod · 0.45
MergeAsyncMethod · 0.45

Calls 2

CancelFunction · 0.50
swapMethod · 0.45

Tested by

no test coverage detected