MCPcopy 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
334int 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

HandleWebadminRequestMethod · 0.45
HandleRootRequestMethod · 0.45
~cSocketThreadMethod · 0.45
AddClientMethod · 0.45
RemoveClientMethod · 0.45
NotifyWriteMethod · 0.45
WriteMethod · 0.45
SendDataThroughSocketMethod · 0.45
SendPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected