package irmin-pack

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

Module Dispatcher.Mapping_fileSource

Sourcetype t
Sourcemodule Io : sig ... end
Sourcemodule Errs : sig ... end
Sourceval create : root:string -> generation:int -> register_entries: (register_entry:(off:Optint.Int63.t -> len:int -> unit) -> unit) -> (t, Errs.t) result
Sourceval open_map : root:string -> generation:int -> (t, [> `Corrupted_mapping_file of string | `No_such_file_or_directory ]) result
Sourceval iter : t -> (off:Optint.Int63.t -> len:int -> unit) -> (unit, Errs.t) result
Sourceval iter_exn : t -> (off:Optint.Int63.t -> len:int -> unit) -> unit
Sourcetype entry = {
  1. off : Optint.Int63.t;
  2. poff : Optint.Int63.t;
  3. len : int;
}
Sourceval find_nearest_leq : t -> Optint.Int63.t -> entry option
OCaml

Innovation. Community. Security.