package forester

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

Module Forester_testSource

Sourcetype raw_tree = {
  1. path : string;
  2. content : string;
}
Sourceval with_open_tmp_dir : env:< cwd : [> Eio.Fs.dir_ty ] as 'a Eio.Path.t.. > -> ('a Eio.Path.t -> 'b) -> 'b
Sourceval with_test_forest : env:< cwd : [> Eio.Fs.dir_ty ] as 'a Eio.Path.t.. > -> raw_trees:raw_tree list -> config:Forester_core.Config.t -> ('a Eio.Path.t -> 'b) -> 'b
Sourcetype test_env = {
  1. dirs : Eio.Fs.dir_ty Eio.Path.t list;
  2. config : Forester_core.Config.t;
  3. position : Lsp.Types.Position.t;
}
Sourcemodule Test_env : sig ... end
Sourceval find_tree : string -> string
Sourcemodule Testables : sig ... end
OCaml

Innovation. Community. Security.