MCPcopy Create free account
hub / github.com/crownengine/crown / isset

Method isset

src/core/network/socket.cpp:407–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

405}
406
407bool SocketSet::isset(TCPSocket *socket)
408{
409 return FD_ISSET(socket->_priv->socket, &_priv->fdset) != 0;
410}
411
412u32 SocketSet::num()
413{

Callers 1

run_input_threadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected