Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
int 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
ReadFromSockets
Method · 0.80
ReceiveResponse
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected