Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Chmod
Function
Chmod
util/system/sysstat.h:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
#ifdef _unix_
35
inline int Chmod(const char* fname, int mode) {
36
return ::chmod(fname, mode);
37
}
38
inline int Umask(int mode) {
39
return ::umask(mode);
40
}
Callers
7
SetExecutable
Method · 0.70
Y_UNIT_TEST
Function · 0.70
InitFromEnv
Method · 0.50
TEST_F
Function · 0.50
Bind
Method · 0.50
~TWinFileDenyAccessScope
Method · 0.50
Y_UNIT_TEST
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected