updated build system
Some checks are pending
BlockStorage/repertory/pipeline/head Build queued...

This commit is contained in:
2024-08-24 16:13:28 -05:00
parent 01f11884aa
commit ea3d69a2ee
9 changed files with 114 additions and 23 deletions

View File

@ -30,6 +30,9 @@ enc_file::enc_file(fs_file_t file) : file_(std::move(file)) {}
void enc_file::close() {}
auto enc_file::copy_to(std::string_view new_path,
bool overwrite) const -> bool {}
void enc_file::flush() const {}
auto enc_file::move_to(std::string_view path) -> bool {}