MCPcopy 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
260bool SocketSelect::IsException() const {
261 return 0 != FD_ISSET(breaker_.BreakerFD(), &exceptionfd_);
262}
263
264bool SocketSelect::IsBreak() const {
265 return 0 != FD_ISSET(breaker_.BreakerFD(), &readfd_);

Callers

nothing calls this directly

Calls 1

BreakerFDMethod · 0.45

Tested by

no test coverage detected