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

Function get_cwdd

util/folder/fts.cpp:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65static const dird invalidDirD = -1;
66
67dird get_cwdd() {
68 return open(".", O_RDONLY, 0);
69}
70
71dird get_dird(char* path) {
72 return open(path, O_RDONLY, 0);

Callers 3

yfts_openFunction · 0.85
yfts_readFunction · 0.85
yfts_childrenFunction · 0.85

Calls 1

openFunction · 0.50

Tested by

no test coverage detected