MCPcopy Create free account
hub / github.com/catboost/catboost / get_dird

Function get_dird

util/folder/fts.cpp:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71dird get_dird(char* path) {
72 return open(path, O_RDONLY, 0);
73}
74
75int valid_dird(dird fd) {
76 return fd < 0;

Callers 1

fts.cppFile · 0.85

Calls 3

openFunction · 0.50
mallocFunction · 0.50
freeFunction · 0.50

Tested by

no test coverage detected