Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ Send
Method
Send
src/OSSupport/Socket.cpp:334–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
332
333
334
int cSocket::Send(const char * a_Buffer, unsigned int a_Length)
335
{
336
return send(m_Socket, a_Buffer, a_Length, MSG_NOSIGNAL);
337
}
338
339
340
Callers
9
HandleWebadminRequest
Method · 0.45
HandleRootRequest
Method · 0.45
~cSocketThread
Method · 0.45
AddClient
Method · 0.45
RemoveClient
Method · 0.45
NotifyWrite
Method · 0.45
Write
Method · 0.45
SendDataThroughSocket
Method · 0.45
SendPacket
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected