Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsBlocked
Function
IsBlocked
util/network/socket.cpp:498–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
496
}
497
498
static bool IsBlocked(int lasterr) noexcept {
499
return lasterr == EAGAIN || lasterr == EWOULDBLOCK;
500
}
501
502
struct TUnblockingGuard {
503
SOCKET S_;
Callers
1
HasSocketDataToRead
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected