pub fn compiled_channels(cfg: &ChannelsConfig) -> Vec<ChannelInfo>Expand description
Returns one entry per channel type compiled into this binary.
Filters the canonical channel list from ChannelsConfig::channels down to
only those enabled at compile time via channel-* / voice-wake feature
flags. Name, desc, and configured status come from the config crate’s single
source of truth; this function contributes only the compile-time filter.