MCPcopy Create free account
hub / github.com/SFML/SFML / isReady

Method isReady

src/SFML/Network/SocketSelector.cpp:694–697  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

692
693////////////////////////////////////////////////////////////
694bool SocketSelector::isReady(const Socket& socket, ReadinessType readinessType) const
695{
696 return m_impl->isReady(&socket, readinessType);
697}
698
699
700////////////////////////////////////////////////////////////

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected