MCPcopy 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
75int valid_dird(dird fd) {
76 return fd < 0;
77}
78
79void close_dird(dird fd) {
80 (void)close(fd);

Callers 3

yfts_openFunction · 0.85
yfts_readFunction · 0.85
yfts_childrenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected