Skip to main content

select_files_to_keep_with_datetime

Function select_files_to_keep_with_datetime 

Source
pub fn select_files_to_keep_with_datetime(
    files: &[FileInfo],
    config: &RetentionConfig,
    now: DateTime<Local>,
) -> HashSet<usize>