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

Method Add

util/folder/iterator_ut.cpp:45–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 inline void Add(const TString& path, int type) {
46 const TPath p = {
47 path, type};
48
49 Add(p);
50 }
51
52 inline void Add(const TPath& path) {
53 switch (path.Type) {

Callers 2

TestItMethod · 0.45
TestSkipMethod · 0.45

Calls 5

MakeDirIfNotExistFunction · 0.70
AddFunction · 0.50
TFileClass · 0.50
dataMethod · 0.45
push_backMethod · 0.45

Tested by 2

TestItMethod · 0.36
TestSkipMethod · 0.36