MCPcopy Create free account
hub / github.com/SFML/SFML / onSend

Method onSend

src/SFML/Network/Packet.cpp:583–587  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

581
582////////////////////////////////////////////////////////////
583const void* Packet::onSend(std::size_t& size)
584{
585 size = getDataSize();
586 return getData();
587}
588
589
590////////////////////////////////////////////////////////////

Callers 3

Packet.test.cppFile · 0.80
sendMethod · 0.80
sendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected