Add test cases for partially implemented read and write operations of… #852
Annotations
1 error and 6 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/35977256844?check_suite_focus=true|[Clang-Tidy] 6 warnings>*
|
readability-function-cognitive-complexity:
src/limestone/log_entry.h#L337
function 'read_entry_from' has cognitive complexity of 34 (threshold 25)
|
cppcoreguidelines-init-variables:
src/limestone/log_entry.h#L478
variable 'blob_id' is not initialized
|
cppcoreguidelines-pro-bounds-pointer-arithmetic:
src/limestone/log_entry.h#L479
do not use pointer arithmetic
|
readability-function-cognitive-complexity:
src/./limestone/log_entry.h#L337
function 'read_entry_from' has cognitive complexity of 34 (threshold 25)
|
cppcoreguidelines-init-variables:
src/./limestone/log_entry.h#L478
variable 'blob_id' is not initialized
|
cppcoreguidelines-pro-bounds-pointer-arithmetic:
src/./limestone/log_entry.h#L479
do not use pointer arithmetic
|