package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Patch of Patch.t
  2. | Root of Base.t
val get_from_absolute_offset : ztmp:Cstruct.t -> zwin:Inflate.window -> ?chunk:int -> ?htmp:Cstruct.t -> Cstruct.t -> pack -> int64 -> (t, error) result Lwt.t