Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ get_dird
Function
get_dird
util/folder/fts.cpp:71–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
dird get_dird(char* path) {
72
return open(path, O_RDONLY, 0);
73
}
74
75
int valid_dird(dird fd) {
76
return fd < 0;
Callers
1
fts.cpp
File · 0.85
Calls
3
open
Function · 0.50
malloc
Function · 0.50
free
Function · 0.50
Tested by
no test coverage detected