package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. kind : kind;
  2. length : int;
  3. consumed : int;
  4. offset : int64;
  5. crc : Checkseum.Crc32.t;
  6. hash : Hash.t;
  7. raw : Cstruct.t;
}
val get_from_absolute_offset : ztmp:Cstruct.t -> zwin:Inflate.window -> ?chunk:int -> Cstruct.t -> pack -> int64 -> (t, error) result Lwt.t