Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ valid_dird
Function
valid_dird
util/folder/fts.cpp:75–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
int valid_dird(dird fd) {
76
return fd < 0;
77
}
78
79
void close_dird(dird fd) {
80
(void)close(fd);
Callers
3
yfts_open
Function · 0.85
yfts_read
Function · 0.85
yfts_children
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected