branches2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 22:13:52 -06:00
parent fe07e69ced
commit 2ef7be823d

View File

@ -17,7 +17,8 @@ public:
uint64_t min_free_space;
public:
int clonepath(ghc::filesystem::path &basepath,
ghc::filesystem::path &fusepath);
public:
std::vector<BranchTier>::iterator begin() { return _branches.begin(); }