Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ AddFile
Method
AddFile
util/folder/iterator_ut.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
};
36
37
inline void AddFile(const TString& path) {
38
Add(path, 0);
39
}
40
41
inline void AddDir(const TString& path) {
42
Add(path, 1);
Callers
1
TestSort
Method · 0.45
Calls
1
Add
Function · 0.50
Tested by
1
TestSort
Method · 0.36