MCPcopy 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
54int windowBitsFor( bool rawDeflate )
55{
56 return rawDeflate ? kRawDeflateBits : kZlibWrapperBits;
57}
58
59} // namespace
60

Callers 2

zlibCompressStreamFunction · 0.85
zlibDecompressStreamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected