package plebeia

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

Module Make.VcSource

Sourcetype t = Vc.t
Sourceval create : ?hashcons:Hashcons.config -> ?node_cache:Index.t Node_cache.t -> ?lock:bool -> ?bytes_per_cell:int -> ?hash_func:[ `Blake2B | `Blake3 ] -> ?bytes_per_hash:int -> ?resize_step_bytes:int -> ?auto_flush_seconds:int -> string -> (Vc.t, Error.t) Result_lwt.t
Sourceval open_ : mode:Storage.mode -> ?hashcons:Hashcons.config -> ?node_cache:Index.t Node_cache.t -> ?bytes_per_cell:int -> ?hash_func:[ `Blake2B | `Blake3 ] -> ?bytes_per_hash:int -> ?resize_step_bytes:int -> ?auto_flush_seconds:int -> string -> (Vc.t, Error.t) Result_lwt.t
Sourceval close : Vc.t -> (unit, Error.t) result Lwt.t
Sourceval commit_db : Vc.t -> Commit_db.t
Sourceval context : Vc.t -> Context.t
Sourceval empty : Vc.t -> cursor
Sourceval of_value : Vc.t -> bytes -> cursor
Sourceval checkout : Vc.t -> Commit_hash.t -> cursor option Lwt.t
Sourceval checkout' : Vc.t -> Commit_hash.t -> (Commit.t * cursor) option Lwt.t
Sourceval compute_commit_hash : Vc.t -> parent:Commit_hash.t option -> cursor -> cursor * Commit_hash.t
Sourceval commit : ?allow_missing_parent:bool -> Vc.t -> parent:Commit_hash.t option -> hash_override:Commit_hash.t option -> cursor -> (cursor * (Hash.Prefix.t * Commit.t), Error.t) Result.t Lwt.t
Sourceval flush : Vc.t -> unit Lwt.t
Sourceval mem : Vc.t -> Commit_hash.t -> bool Lwt.t
OCaml

Innovation. Community. Security.