Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ LZ4MaxCompressedSize
Function
LZ4MaxCompressedSize
engine/dlib/src/dlib/lz4.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
DM_DLLEXPORT int LZ4MaxCompressedSize(int uncompressed_size, int* max_compressed_size)
79
{
80
return dmLZ4::MaxCompressedSize(uncompressed_size, max_compressed_size);
81
}
82
}
Callers
nothing calls this directly
Calls
1
MaxCompressedSize
Function · 0.85
Tested by
no test coverage detected