///////////////////////////////////////////////////////
| 589 | |
| 590 | //////////////////////////////////////////////////////////// |
| 591 | void Packet::onReceive(const void* data, std::size_t size) |
| 592 | { |
| 593 | append(data, size); |
| 594 | } |
| 595 | |
| 596 | } // namespace sf |
no outgoing calls
no test coverage detected