package carton-git

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

Module Carton_git_unix.StoreSource

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 = Fpath.t
Sourcetype uid = Fpath.t
Sourcetype error = [
  1. | `Not_found of Fpath.t
]
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 close : t -> 'm fd -> (unit, error) result fiber
Sourceval list : t -> uid list fiber
Sourceval length : 'm fd -> int64 fiber
OCaml

Innovation. Community. Security.