= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val index : t -> Pack_index.Raw.t
Get the raw index asoociated to the raw pack.
val keys : t -> Hash.Set.t
Get the keys present in the raw pack.
val shallow : t -> bool
shallow t
is true if all the Hash references appearing in t
corresponds to objects also in t
.
val input_header : Mstruct.t -> [ `Version of int ] * [ `Count of int ]
input_head buf
reads the pack version
number (could be 2 or 3) and the count
of packed values in the pack file.