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

Method Add

tools/archiver/main.cpp:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233
234 struct TDuplicatesMap {
235 void Add(const TString& fname, const TString& rname) {
236 Y_ENSURE(!InitialFillingDone);
237 FileNames.push_back(fname);
238 FileNameToRecordName[fname] = rname;
239 }
240
241 void Finish() {
242 Y_ENSURE(!InitialFillingDone);

Callers 2

ProcessFileFunction · 0.45
AppendFunction · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected