mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-12-02 13:33:39 +08:00
branches2.cpp
This commit is contained in:
parent
61d84a9418
commit
bfec58843a
|
@ -13,5 +13,11 @@ Branches2::Branches2(toml::value const &v_)
|
|||
|
||||
for(auto const &tier : tiers.as_array())
|
||||
{
|
||||
auto const &branches = toml::find(tier,"branch");
|
||||
|
||||
for(auto const &branch : branches.as_array())
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user