Skip to main content

build_channel_map

Function build_channel_map 

Source
pub fn build_channel_map(config: &Config) -> HashMap<String, Arc<dyn Channel>>
Expand description

Build channel_key → Arc<dyn Channel> map from config.

Constructs channel instances without starting listen loops. Called by CLI and other callers that need a channel map for late-bound tool handle population.