package git-unix

  1. Overview
  2. Docs
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