Function channel_alias_configured
pub fn channel_alias_configured(
config: &Config,
channel_type: &str,
alias: &str,
) -> boolExpand description
Whether a [channels.<type>.<alias>] section exists. Rust has no
reflection over the typed channel maps, so this stays an explicit per-type
match; only this arm grows when a new pairing channel lands.