MCPcopy Create free account
hub / github.com/LASzip/LASzip / destroyBitModel

Method destroyBitModel

unused/rangedecoder.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89void RangeDecoder::destroyBitModel(EntropyModel* model)
90{
91 destroySymbolModel(model);
92}
93
94EntropyModel* RangeDecoder::createSymbolModel(U32 n)
95{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected