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

Method CollectData

library/cpp/par/par_master.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 return Parent->RegisterData(tblId, versionId, obj);
138 }
139 void CollectData(const TVector<TDataLocation>& data, TVector<TVector<char>>* res) override {
140 Parent->CollectData(data, res);
141 }
142 };
143
144 IUserContext* TGlobalUserContext::CreateLocalOnlyContext() {

Callers

nothing calls this directly

Calls 1

CollectDataMethod · 0.45

Tested by

no test coverage detected