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

pub fn pack_or_pack_index<P>(
    pack_path: impl AsRef<Path>,
    object_path: Option<impl AsRef<Path>>,
    check: SafetyCheck,
    progress: Option<P>,
    Context { thread_limit: thread_limit, delete_pack: delete_pack, sink_compress: sink_compress, verify: verify }: Context
) -> Result<()> where
    P: Progress + Send,
    <P as Progress>::SubProgress: Send,
    <<P as Progress>::SubProgress as Progress>::SubProgress: Send