package irmin-server

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

Module Commands.StoreSource

Sourcetype t = store
Sourceval t : t Irmin.Type.t
Sourcetype write_options = (bool option * int option) * (bool option * Store.hash list option)
Sourceval write_options_t : write_options Irmin.Type.t
Sourcemodule Find : CMD with type req = t * Store.path and type res = Store.contents option

Find a value in the store

Sourcemodule Remove : CMD with type req = write_options * (t * Store.path) * Store.Info.t and type res = unit

Remove a value from the store

Sourcemodule Find_tree : CMD with type req = t * Store.path and type res = Store.Tree.concrete option

Get a tree from the store

Sourcemodule Mem : CMD with type req = t * Store.path and type res = bool

Check for the existence of a value in the store

Sourcemodule Mem_tree : CMD with type req = t * Store.path and type res = bool

Check for the existence of a tree in the store

OCaml

Innovation. Community. Security.