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

Method num

src/core/network/socket.cpp:412–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410}
411
412u32 SocketSet::num()
413{
414#if CROWN_PLATFORM_WINDOWS
415 return _priv->fdset.fd_count;
416#else
417 return _priv->maxfd + 1;
418#endif
419}
420
421TCPSocket SocketSet::get(u32 index)
422{

Callers 1

run_input_threadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected