package git

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

Module Make.Packed_refsSource

Sourcetype t = [ `Peeled of Hash.t | `Ref of string * Hash.t ] list
Sourcemodule A : sig ... end
Sourcemodule M : sig ... end
Sourcemodule D : sig ... end
Sourcemodule E : sig ... end
Sourceval pp_error : error Fmt.t
Sourceval write : fs:FS.t -> root:Fpath.t -> temp_dir:Fpath.t -> etmp:Cstruct.t -> raw:Cstruct.t -> t -> (unit, error) result Lwt.t
Sourceval read : fs:FS.t -> root:Fpath.t -> dtmp:Cstruct.t -> raw:Cstruct.t -> (t, error) result Lwt.t