core, fs: moar correctly work with rw file cache

This commit is contained in:
Ivan Baidakou
2025-06-25 23:51:14 +03:00
parent 428a3e3373
commit 8ef1a5f4ec
7 changed files with 26 additions and 11 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ diff_builder_t &diff_builder_t::then() noexcept {
return *this;
}
diff_builder_t &diff_builder_t::upsert_folder(std::string_view id, const bfs::path& path, std::string_view label,
diff_builder_t &diff_builder_t::upsert_folder(std::string_view id, const bfs::path &path, std::string_view label,
std::uint64_t index_id) noexcept {
db::Folder db_folder;
db::set_id(db_folder, id);