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

Function Append

tools/archiver/main.cpp:331–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329static bool Quiet = false;
330
331static inline void Append(IOutputStream& w, const TString& fname, const TString& rname) {
332 TMappedFileInput in(fname);
333
334 if (!Quiet) {
335 Cerr << "--> " << rname << Endl;
336 }
337
338 TransferData((IInputStream*)&in, &w);
339}
340
341static inline void Append(TDuplicatesMap& w, const TString& fname, const TString& rname) {
342 w.Add(fname, rname);

Callers 15

RecurseMethod · 0.70
DoRecurseMethod · 0.70
TBlobMethod · 0.50
AppendMethod · 0.50
ToContainerMethod · 0.50
fsm.cppFile · 0.50
AppendMethod · 0.50
AppendStringMethod · 0.50
AppendMethod · 0.50
QuickSortMethod · 0.50

Calls 4

TransferDataFunction · 0.85
AddMethod · 0.45
FindPtrMethod · 0.45
AddSynonymMethod · 0.45

Tested by

no test coverage detected