MCPcopy 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
79void close_dird(dird fd) {
80 (void)close(fd);
81}
82
83int chdir_dird(dird fd) {
84 return fchdir(fd);

Callers 4

yfts_closeFunction · 0.85
yfts_readFunction · 0.85
yfts_childrenFunction · 0.85
fts.cppFile · 0.85

Calls 2

closeFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected