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

Method Have

util/folder/iterator_ut.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 inline bool Have(const TString& path, int type) {
79 return Type(path) == type;
80 }
81
82 inline ~TDirHier() {
83 for (size_t i = 0; i < Paths_.size(); ++i) {

Callers 1

TestItMethod · 0.80

Calls 1

TypeClass · 0.50

Tested by 1

TestItMethod · 0.64