package git

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

The FS module used to make the implementation.

type error
type t
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