Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
407
bool SocketSet::isset(TCPSocket *socket)
408
{
409
return FD_ISSET(socket->_priv->socket, &_priv->fdset) != 0;
410
}
411
412
u32 SocketSet::num()
413
{
Callers
1
run_input_thread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected