mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-14 09:55:12 +08:00
branch_tier.cpp
This commit is contained in:
parent
1ad509a18c
commit
82b94c955c
@ -9,7 +9,7 @@ namespace l
|
||||
load_branch_literal(toml::table const &v_,
|
||||
std::vector<Branch2> &branches_)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
static
|
||||
@ -17,16 +17,16 @@ namespace l
|
||||
load_branch_glob(toml::table const &v_,
|
||||
std::vector<Branch2> &branches_)
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
static
|
||||
void
|
||||
load_branch_scan(toml::table const &v_,
|
||||
std::vector<Branch2> &branches_)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
BranchTier::BranchTier()
|
||||
@ -40,7 +40,7 @@ BranchTier::BranchTier(toml::value const &v_)
|
||||
|
||||
for(auto const &branch : branches)
|
||||
{
|
||||
std::string type;
|
||||
std::string type;
|
||||
auto const &table = branch.as_table();
|
||||
|
||||
type = table.at("type").as_string();
|
||||
|
Loading…
x
Reference in New Issue
Block a user