MCPcopy 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
1159static inline bool FlagsAreEnabled(int fd, int flags) {
1160 return GetFlags(fd) & flags;
1161}
1162#endif
1163
1164#if defined(_win_)

Callers 1

IsNonBlockFunction · 0.85

Calls 1

GetFlagsFunction · 0.85

Tested by

no test coverage detected