package octez-internal-libs

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

Module Irmin_test_helpers.CommonSource

Sourceval random_char : unit -> char
Sourceval random_ascii : unit -> char
Sourceval random_string : int -> string
Sourceval long_random_string : string
Sourceval random_ascii_string : int -> string
Sourceval long_random_ascii_string : string
Sourceval merge_exn : string -> ('a, [< `Conflict of string ]) result -> 'a Lwt.t
Sourcemodule type S = Irmin.S with type Schema.Path.step = string and type Schema.Path.t = string list and type Schema.Contents.t = string and type Schema.Branch.t = string
Sourcemodule type Generic_key = Irmin.Generic_key.S with type Schema.Path.step = string and type Schema.Path.t = string list and type Schema.Contents.t = string and type Schema.Branch.t = string
Sourcemodule Schema : sig ... end
Sourceval store : (module Irmin.Maker) -> (module Irmin.Metadata.S) -> (module S)
Sourcetype store =
  1. | S of (module S)
  2. | Generic_key of (module Generic_key)
Sourcetype t = {
  1. name : string;
  2. init : config:Irmin.config -> unit Lwt.t;
  3. clean : config:Irmin.config -> unit Lwt.t;
  4. config : Irmin.config;
  5. store : store;
  6. stats : (unit -> int * int) option;
  7. import_supported : bool;
}
Sourcemodule Suite : sig ... end
Sourcemodule type Store_tests = functor (S : Generic_key) -> sig ... end
Sourcemodule Make_helpers (S : Generic_key) : sig ... end
Sourceval filter_src : Logs.src -> bool
Sourceval reporter : ?prefix:string -> unit -> Logs.reporter
Sourceval line : string -> unit
Sourceval (/) : string -> string -> string
Sourceval check : 'a Irmin.Type.t -> string -> 'a -> 'a -> Octez_alcotezt.Alcotest.return
Sourceval slist : 'a Octez_alcotezt.Alcotest.testable -> ('a -> 'a -> int) -> 'a list Octez_alcotezt.Alcotest.testable
Sourceval checks : 'a Irmin.Type.t -> string -> 'a list -> 'a list -> Octez_alcotezt.Alcotest.return
Sourceval check_raises_lwt : string -> exn -> (unit -> 'a Lwt.t) -> unit Lwt.t
Sourcemodule T = Irmin.Type
Sourcemodule type Sleep = sig ... end
OCaml

Innovation. Community. Security.