pub fn paths_from_explicit_list(
paths: &[PathBuf],
) -> IngestionResult<Vec<PathBuf>>Expand description
Validate and return an explicit list of file paths (must each exist and be a file).
Duplicates are removed while preserving first occurrence order.