branch.hpp

This commit is contained in:
Antonio SJ Musumeci 2025-04-16 22:16:01 -05:00
parent 4ff158e843
commit acf46a8fee

View File

@ -60,6 +60,8 @@ public:
public:
Mode mode;
std::string path;
ghc::filesystem::path mount_path;
uint64_t mount_hash_digest;
private:
nonstd::optional<uint64_t> _minfreespace;