package irmin-pack

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

Module Irmin_pack_unix.DictSource

Sourcemodule type S = sig ... end
include S
include Dict.S
Sourcetype t
Sourceval find : t -> int -> string option
Sourceval index : t -> string -> int option
Sourceval flush : t -> unit
Sourceval sync : t -> unit

syncs a readonly dict with the file on disk.

Sourceval truncate : t -> unit
Sourceval close : t -> unit
Sourceval valid : t -> bool
Sourceval v : ?fresh:bool -> ?readonly:bool -> ?capacity:int -> string -> t
OCaml

Innovation. Community. Security.