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

Method set

src/core/network/socket.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void SocketSet::set(TCPSocket *socket)
394{
395 FD_SET(socket->_priv->socket, &_priv->fdset);
396#if CROWN_PLATFORM_POSIX
397 if (_priv->maxfd < socket->_priv->socket)
398 _priv->maxfd = socket->_priv->socket;
399#endif
400}
401
402void SocketSet::clr(TCPSocket *socket)
403{

Callers 15

list_filesFunction · 0.45
test_dynamic_stringFunction · 0.45
parse_verbatimFunction · 0.45
parse_nodesFunction · 0.45
writeFunction · 0.45
parseMethod · 0.45
parse_decl_commentMethod · 0.45
compile_variantFunction · 0.45
parse_nodesFunction · 0.45
parse_data_versionsFunction · 0.45
add_fileMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_dynamic_stringFunction · 0.36