package git

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

Module Search.MakeSource

Parameters

module S : sig ... end

Signature

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

Innovation. Community. Security.