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

Method accept

src/core/network/socket.cpp:319–323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319AcceptResult TCPSocket::accept(TCPSocket &c)
320{
321 socket_internal::set_blocking(_priv->socket, true);
322 return socket_internal::accept(_priv->socket, c);
323}
324
325AcceptResult TCPSocket::accept_nonblock(TCPSocket &c)
326{

Callers

nothing calls this directly

Calls 2

set_blockingFunction · 0.85
acceptFunction · 0.85

Tested by

no test coverage detected