pub async fn active_source(ctx: &Ctx, backend: &dyn Backend) -> Result<Source>Expand description
Resolve the single source to use right now for backend.
pin(config) always wins if the id exists.Selection::Autouses cached probe results when fresh, else probes.Selection::Orderedreturns the highest-priority enabled source.