Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ windowBitsFor
Function
windowBitsFor
source/MRMesh/MRZlib.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
int windowBitsFor( bool rawDeflate )
55
{
56
return rawDeflate ? kRawDeflateBits : kZlibWrapperBits;
57
}
58
59
} // namespace
60
Callers
2
zlibCompressStream
Function · 0.85
zlibDecompressStream
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected