Fix: Ensure proper deletion of entries in snapshot when drop or trunc… #721
Annotations
1 error and 3 warnings
Analysis
- *<https://github.com/project-tsurugi/limestone/runs/31709563546?check_suite_focus=true|[Clang-Tidy] 3 warnings>*
|
performance-unnecessary-value-param:
src/limestone/cursor_impl.cpp#L64
the parameter 'is_valid_entry' is copied for each invocation but only used as a const reference; consider making it a const reference
|
llvm-else-after-return,readability-else-after-return:
src/limestone/cursor_impl.cpp#L91
do not use 'else' after 'return'
|
readability-function-cognitive-complexity:
src/limestone/cursor_impl.cpp#L119
function 'next' has cognitive complexity of 29 (threshold 25)
|