Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FlagsAreEnabled
Function
FlagsAreEnabled
util/network/socket.cpp:1159–1161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1157
}
1158
1159
static inline bool FlagsAreEnabled(int fd, int flags) {
1160
return GetFlags(fd) & flags;
1161
}
1162
#endif
1163
1164
#if defined(_win_)
Callers
1
IsNonBlock
Function · 0.85
Calls
1
GetFlags
Function · 0.85
Tested by
no test coverage detected