MCPcopy Create free account
hub / github.com/amule-project/amule / CopyUInt32ToDataBuffer

Method CopyUInt32ToDataBuffer

src/Packet.cpp:316–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315
316void CPacket::CopyUInt32ToDataBuffer(uint32 data, unsigned int offset)
317{
318 wxCHECK_RET(offset <= size - sizeof(uint32), "Bad offset in CopyUInt32ToDataBuffer.");
319 PokeUInt32( pBuffer + offset, data );
320}
321// File_checked_for_headers

Callers 3

ServerStatsMethod · 0.80
ProcessExtPacketMethod · 0.80
ProcessPacketMethod · 0.80

Calls 1

PokeUInt32Function · 0.85

Tested by

no test coverage detected