package git

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

Module Git.Cstruct_appendSource

include Smart_git.APPEND with type +'a fiber = 'a Lwt.t
Sourcetype 'a rd = < rd : unit.. > as 'a
Sourcetype 'a wr = < wr : unit.. > as 'a
Sourcetype 'a mode =
  1. | Rd : < rd : unit > mode
  2. | Wr : < wr : unit > mode
  3. | RdWr : < rd : unit ; wr : unit > mode
Sourcetype t
Sourcetype uid
Sourcetype 'a fd
Sourcetype error
Sourcetype +'a fiber = 'a Lwt.t
Sourceval pp_error : error Fmt.t
Sourceval create : ?trunc:bool -> mode:'a mode -> t -> uid -> ('a fd, error) result fiber
Sourceval map : t -> 'm rd fd -> pos:int64 -> int -> Bigstringaf.t
Sourceval append : t -> 'm wr fd -> string -> unit fiber
Sourceval move : t -> src:uid -> dst:uid -> (unit, error) result fiber
Sourceval close : t -> 'm fd -> (unit, error) result fiber
Sourceval device : unit -> t
Sourceval key : t -> uid
Sourceval project : t -> uid -> Cstruct.t
OCaml

Innovation. Community. Security.