#ifndef IO_TEST_HELPER_HH #define IO_TEST_HELPER_HH #include "io.hh" // IWYU pragma: export #include #include [[nodiscard]] std::unique_ptr io_make_breaking( std::unique_ptr reader, size_t offset = 0, io::ReadError error = io::ReadError::Error); [[nodiscard]] std::unique_ptr io_make_max_block( std::unique_ptr reader, size_t max_block_size); #endif // IO_TEST_HELPER_HH