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

Function CheckEnt

util/folder/fts_ut.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void CheckEnt(FTSENT* ent, const char* name, int type) {
33 UNIT_ASSERT(ent);
34 UNIT_ASSERT_STRINGS_EQUAL(ent->fts_path, name);
35 UNIT_ASSERT_EQUAL(ent->fts_info, type);
36}
37
38class TFileTree {
39public:

Callers 2

TestSimpleMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestSimpleMethod · 0.68