Struct git_pack::index::verify::PackContext
source · pub struct PackContext<'a, F> {
pub data: &'a File,
pub options: Options<F>,
}Expand description
Information to allow verifying the integrity of an index with the help of its corresponding pack.
Fields§
§data: &'a FileThe pack data file itself.
options: Options<F>The options further configuring the pack traversal and verification