Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LASzip/LASzip
/ destroyBitModel
Method
destroyBitModel
src/arithmeticdecoder.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
void ArithmeticDecoder::destroyBitModel(ArithmeticBitModel* m)
142
{
143
delete m;
144
}
145
146
ArithmeticModel* ArithmeticDecoder::createSymbolModel(U32 n)
147
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected