Skip to content
Snippets Groups Projects
Commit 003d08c6 authored by Dominik Loidolt's avatar Dominik Loidolt
Browse files

Refactor: add const qualifiers for (de)compression

- Updated `compress_chunk` function to use `const` qualifiers for `chunk` and `chunk_model` parameters to ensure data integrity
- Updated `decompress_cmp_entiy` function to use `const` qualifiers for `ent` and `model_of_data` parameters to ensure data integrity
- Renamed `input_buf` to `src` and `icu_output_buf` to `dst` and `buffer_length` to `stream_size` for clarity
parent d2c724b6
No related branches found
No related tags found
1 merge request!34Update cmp_tool to version v0.13
Showing
with 361 additions and 373 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment