Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
static const dird invalidDirD = -1;
66
67
dird get_cwdd() {
68
return open(
"."
, O_RDONLY, 0);
69
}
70
71
dird get_dird(char* path) {
72
return open(path, O_RDONLY, 0);
Callers
3
yfts_open
Function · 0.85
yfts_read
Function · 0.85
yfts_children
Function · 0.85
Calls
1
open
Function · 0.50
Tested by
no test coverage detected