MCPcopy Create free account
hub / github.com/cuberite/cuberite / Receive

Method Receive

src/OSSupport/Socket.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323
324
325int cSocket::Receive(char * a_Buffer, unsigned int a_Length, unsigned int a_Flags)
326{
327 return recv(m_Socket, a_Buffer, a_Length, a_Flags);
328}
329
330
331

Callers 2

ReadFromSocketsMethod · 0.80
ReceiveResponseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected