package plebeia

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

Module Plebeia.Fs_implSource

Sourcemodule Name = Fs_types.Name
Sourcetype name = Name.t
Sourcemodule Path = Fs_types.Path
Sourcemodule FsError = Fs_types.FsError
Sourcetype cursor = {
  1. cur : Cursor.t;
  2. rev_path : Name.t list;
  3. enc : Fs_nameenc.t;
}
Sourcetype error = FsError.t
Sourcetype raw_cursor = Cursor.t
Sourceval make : Cursor.t -> Fs_nameenc.t -> Name.t list -> cursor
Sourceval get_raw_cursor : cursor -> Cursor.t
Sourceval get_view : cursor -> cursor * Node_type.view
Sourceval context : cursor -> Context.t
Sourceval index : cursor -> Index.t option
Sourceval forget_info : cursor -> cursor
Sourceval top_cursor : cursor -> cursor
Sourceval compute_hash : cursor -> cursor * Hash.t
Sourceval write_top_cursor : cursor -> (cursor * (Index.t * Hash.Prefix.t), Error.t) result
Sourceval may_forget : cursor -> cursor
Sourceval split : 'a list -> 'a list * 'a
Sourcemodule Op : sig ... end
Sourcemodule Op_lwt : sig ... end
Sourcemodule Vc : sig ... end
Sourcemodule Merkle_proof : sig ... end
OCaml

Innovation. Community. Security.