mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-19 01:12:46 +08:00
branches2.cpp
This commit is contained in:
parent
6ea01ce6cb
commit
2990ea3dd3
|
@ -18,3 +18,12 @@ Branches2::Branches2(toml::value const &v_)
|
||||||
_branches.emplace_back(tier);
|
_branches.emplace_back(tier);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int
|
||||||
|
Branches2::clonepath(ghc::filesystem::path basepath_,
|
||||||
|
ghc::filesystem::path relpath_)
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user