pub fn get_top_channels<V, R>(start_channel_id: u64, visitor: V) -> R where
    V: FnOnce(&str) -> R, 
Expand description

Gets all root channels (i.e. channels the application has directly created). This does not include subchannels nor non-top level channels.