= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
module D : Hash.DIGEST
Signature
val input : ?cache_size:int -> Cstruct.buffer -> t
Create a pack index object. The results of find_offset
are cached for upto cache_size
Hash objects
find_offset
searches the index for the offset of the Hash object. Binary search is performed until the candidates are narrowed down to scan_thresh
or less.
On This Page