pub fn row_is_enabled_for_repos_conf(row: &RepoRow) -> boolExpand description
What: Whether a [[repo]] row is treated as enabled for index and apply planning.
Inputs:
row: Parsed row fromrepos.conf.
Output:
falseonly whenenabled = false; otherwisetrue.
Details:
- Matches
row_enabledin the apply-plan module (same semantics).