package irmin-server

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

Module Commands.CommitSource

Sourcetype key = Store.Backend.Commit.key
Sourcetype value = Store.Backend.Commit.value
Sourcetype hash = Store.Backend.Commit.hash
Sourcemodule Mem : CMD with type req = key and type res = bool
Sourcemodule Find : CMD with type req = key and type res = value option
Sourcemodule Add : CMD with type req = value and type res = key
Sourcemodule Unsafe_add : CMD with type req = hash * value and type res = key
Sourcemodule Index : CMD with type req = hash and type res = key option
Sourcemodule Merge : CMD with type req = Store.Info.t * (key option option * key option * key option) and type res = (key option, Irmin.Merge.conflict) Result.t
OCaml

Innovation. Community. Security.