Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ chdir_dird
Function
chdir_dird
util/folder/fts.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
int chdir_dird(dird fd) {
84
return fchdir(fd);
85
}
86
87
int cmp_dird(dird fd1, dird fd2) {
88
return fd1 - fd2;
Callers
3
yfts_close
Function · 0.85
yfts_children
Function · 0.85
fts_safe_changedir
Function · 0.85
Calls
2
malloc
Function · 0.50
free
Function · 0.50
Tested by
no test coverage detected