package git

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module RPDec.ObjectSource

Sourcetype t =
  1. | Patch of Patch.t
  2. | Root of Base.t
Sourceval get_from_absolute_offset : ztmp:Cstruct.t -> zwin:Inflate.window -> ?chunk:int -> ?htmp:Cstruct.t -> Cstruct.t -> pack -> int64 -> (t, error) result Lwt.t