Function build_refresh_plan_from_targets

Source
pub fn build_refresh_plan_from_targets(
    targets: &[TargetId],
    cooldown: DurationNs,
    last_refresh_at: Option<TimestampNs>,
) -> Result<(RefreshPlan, RefreshThrottle), RefreshPlanError>