feat: Enable cursor to access clear_storage from sorting_context #714
[Clang-Tidy] 6 warnings
[Clang-Tidy] 6 warnings
Annotations
Check warning on line 35 in include/limestone/api/snapshot.h
github-actions / Clang-Tidy
cppcoreguidelines-special-member-functions,hicpp-special-member-functions
class 'snapshot' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
Check warning on line 37 in include/limestone/api/snapshot.h
github-actions / Clang-Tidy
readability-redundant-access-specifiers
redundant access specifier has the same accessibility as the previous access specifier
Check warning on line 45 in src/limestone/sorting_context.h
github-actions / Clang-Tidy
readability-avoid-const-params-in-decls
parameter 'sid' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
Check warning on line 45 in src/limestone/sorting_context.h
github-actions / Clang-Tidy
readability-avoid-const-params-in-decls
parameter 'wv' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
Check warning on line 46 in src/limestone/sorting_context.h
github-actions / Clang-Tidy
readability-avoid-const-params-in-decls
parameter 'sid' is const-qualified in the function declaration; const-qualification of parameters only has an effect in function definitions
Check warning on line 47 in src/limestone/sorting_context.h
github-actions / Clang-Tidy
modernize-use-nodiscard
function 'get_clear_storage' should be marked [[nodiscard]]