Skip to content

Add test cases

Add test cases #709

GitHub Actions / Clang-Tidy failed Oct 7, 2024 in 0s

[Clang-Tidy] 4 warnings

[Clang-Tidy] 4 warnings

Annotations

Check warning on line 192 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 192 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 200 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element 

Check warning on line 200 in src/limestone/datastore_snapshot.cpp

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

readability-container-data-pointer

'data' should be used for accessing the data pointer instead of taking the address of the 0-th element