branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 22:17:30 -06:00
parent 88c89af88a
commit c5dacc4235

View File

@ -17,7 +17,9 @@ namespace l
load_branch_glob(toml::table const &v_,
std::vector<Branch2> &branches_)
{
std::string pattern;
pattern = v_.at("path").as_string();
}
static