[][src]Function gitoxide_core::pack::verify::pack_or_pack_index

pub fn pack_or_pack_index<P, W1, W2>(
    path: impl AsRef<Path>,
    progress: Option<P>,
    Context { out: out, err: err, mode: mode, output_statistics: output_statistics, thread_limit: thread_limit, algorithm: algorithm }: Context<W1, W2>
) -> Result<(Id, Option<Outcome>)> where
    P: Progress + Send,
    <P as Progress>::SubProgress: Send,
    W1: Write,
    W2: Write,
    <<P as Progress>::SubProgress as Progress>::SubProgress: Send