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

Method clr

src/core/network/socket.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void SocketSet::clr(TCPSocket *socket)
403{
404 FD_CLR(socket->_priv->socket, &_priv->fdset);
405}
406
407bool SocketSet::isset(TCPSocket *socket)
408{

Callers 1

run_input_threadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected