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

Method GetHostIdCount

library/cpp/par/par_mr.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 return Parent->HasHostIds(hostIdSet);
107 }
108 int GetHostIdCount() override {
109 return Parent->GetHostIdCount();
110 }
111 EDataDistrState UpdateDataDistrState(TVector<TVector<int>>* hostId2Computer) override {
112 if (hostId2Computer) {
113 hostId2Computer->resize(0);

Callers

nothing calls this directly

Calls 1

GetHostIdCountMethod · 0.45

Tested by

no test coverage detected