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

Method RegisterData

library/cpp/par/par_mr.cpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 return this;
120 }
121 TDataLocation RegisterData(int tblId, ui64 versionId, TVector<char>* p) override {
122 return Parent->RegisterData(tblId, versionId, p);
123 }
124 TDataLocation RegisterData(int tblId, ui64 versionId, TVector<TVector<char>>* p) override {
125 return Parent->RegisterData(tblId, versionId, p);
126 }

Callers

nothing calls this directly

Calls 1

RegisterDataMethod · 0.45

Tested by

no test coverage detected