Function build_stale_refresh_plan

Source
pub fn build_stale_refresh_plan(
    all_targets: &[RefreshTargetStatus],
    max_age: DurationNs,
    current_time: TimestampNs,
    enabled_targets: &[TargetId],
) -> Result<Option<RefreshPlan>, RefreshPlanError>