Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/mars
/ IsException
Method
IsException
mars/comm/windows/SocketSelect/SocketSelect.cpp:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
}
259
260
bool SocketSelect::IsException() const {
261
return 0 != FD_ISSET(breaker_.BreakerFD(), &exceptionfd_);
262
}
263
264
bool SocketSelect::IsBreak() const {
265
return 0 != FD_ISSET(breaker_.BreakerFD(), &readfd_);
Callers
nothing calls this directly
Calls
1
BreakerFD
Method · 0.45
Tested by
no test coverage detected