Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ close_dird
Function
close_dird
util/folder/fts.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void close_dird(dird fd) {
80
(void)close(fd);
81
}
82
83
int chdir_dird(dird fd) {
84
return fchdir(fd);
Callers
4
yfts_close
Function · 0.85
yfts_read
Function · 0.85
yfts_children
Function · 0.85
fts.cpp
File · 0.85
Calls
2
close
Function · 0.50
free
Function · 0.50
Tested by
no test coverage detected