write_chunk

Function write_chunk 

Source
fn write_chunk<W: Write>(
    writer: &mut OstreeTarWriter<'_, W>,
    chunk: BTreeMap<Rc<str>, (u64, Vec<Utf8PathBuf>)>,
    create_parent_dirs: bool,
) -> Result<()>
Expand description

Implementation of chunk writing, assumes that the preliminary structure has been written to the tar stream.