Add remove mount capabilities to CLI and UI #62

This commit is contained in:
2025-10-04 10:45:23 -05:00
parent 7d5d049e07
commit de2ca33e83
4 changed files with 159 additions and 52 deletions

View File

@@ -336,6 +336,7 @@ TEST_P(utils_encryption_read_encrypted_range_fixture, single_byte_read) {
TEST_P(utils_encryption_read_encrypted_range_fixture,
begin_at_exact_chunk_boundary) {
auto begin = static_cast<std::uint64_t>(chunk);
std::uint64_t end = begin + 1024U - 1U;
if (end >= plain_sz)