package git

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

Module Search.MakeSource

Parameters

module Hash : Digestif.S
module Store : sig ... end

Signature

Sourcetype hash = Hash.t
Sourcetype store = Store.t
Sourcetype pred = [
  1. | `Commit of hash
  2. | `Tag of string * hash
  3. | `Tree of string * hash
  4. | `Tree_root of hash
]
Sourceval pred : store -> ?full:bool -> hash -> pred list Lwt.t
Sourcetype path = [
  1. | `Tag of string * path
  2. | `Commit of path
  3. | `Path of string list
]
Sourceval mem : store -> hash -> path -> bool Lwt.t
Sourceval find : store -> hash -> path -> hash option Lwt.t
OCaml

Innovation. Community. Security.