package git-unix

  1. Overview
  2. Docs
include Git.FS with type t = unit
type error
type t = unit
val pp_error : error Fmt.t
val is_dir : t -> Fpath.t -> (bool, error) result Lwt.t
val is_file : t -> Fpath.t -> (bool, error) result Lwt.t
module File : sig ... end
module Dir : sig ... end
module Mapper : sig ... end
val has_global_watches : bool
val has_global_checkout : bool