Function create

Source
pub fn create(
    index_paths: Vec<PathBuf>,
    output_path: PathBuf,
    progress: impl NestedProgress + 'static,
    should_interrupt: &AtomicBool,
    object_hash: Kind,
) -> Result<()>