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

Method read

src/core/network/socket.cpp:331–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329}
330
331ReadResult TCPSocket::read(void *data, u32 size)
332{
333 socket_internal::set_blocking(_priv->socket, true);
334 return socket_internal::read(_priv->socket, data, size);
335}
336
337ReadResult TCPSocket::read_nonblock(void *data, u32 size)
338{

Callers 1

addr2lineFunction · 0.45

Calls 2

set_blockingFunction · 0.85
readFunction · 0.70

Tested by

no test coverage detected