Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
402
void SocketSet::clr(TCPSocket *socket)
403
{
404
FD_CLR(socket->_priv->socket, &_priv->fdset);
405
}
406
407
bool SocketSet::isset(TCPSocket *socket)
408
{
Callers
1
run_input_thread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected