package git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error = error
type t = t
val exists : t -> Fpath.t -> (bool, error) result Lwt.t
val create : t -> Fpath.t -> (bool, error) result Lwt.t
val delete : t -> Fpath.t -> (unit, error) result Lwt.t
val contents : t -> ?rel:bool -> Fpath.t -> (Fpath.t list, error) result Lwt.t
val current : t -> (Fpath.t, error) result Lwt.t