Skip to main content

list_channels

Function list_channels 

Source
pub fn list_channels(
    homes: &HarnessHomes,
    harness: Option<&str>,
) -> Result<Vec<ChannelRow>, ChannelError>
Expand description

List every channel supercode can see, optionally restricted to one harness. Rows are ordered by harness (as in CHANNEL_HARNESSES) then by name.