MCPcopy Create free account
hub / github.com/ddnet/ddnet / Decompress

Method Decompress

src/engine/shared/network.cpp:494–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494int CNetBase::Decompress(const void *pData, int DataSize, void *pOutput, int OutputSize)
495{
496 return ms_Huffman.Decompress(pData, DataSize, pOutput, OutputSize);
497}
498
499void CNetBase::Init()
500{

Callers 1

UnpackPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected