Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
void 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
38
class TFileTree {
39
public:
Callers
2
TestSimple
Method · 0.85
TestNoLeakChangingAccessToFolder
Method · 0.85
Calls
no outgoing calls
Tested by
2
TestSimple
Method · 0.68
TestNoLeakChangingAccessToFolder
Method · 0.68