package plebeia

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

Module Commit_tree.InternalSource

test and debugging purpose

test and debugging purpose

Sourcetype storage = Storage.t
Sourcetype node = desc ref
Sourceand desc =
  1. | View of view
  2. | Disk of Index.t
Sourceand view =
  1. | Leaf of Index.t option ref * Commit_tree.entry
  2. | Internal of Index.t option ref * Segment.t * node * Segment.t * node
Sourceval index : node -> Index.t option
Sourcemodule View : sig ... end
Sourcemodule Node : sig ... end
Sourceval get : storage -> Node.t -> Segment.segment -> Node.t option
Sourceval get_storage : Commit_tree.t -> storage
Sourceval get_node : Commit_tree.t -> Node.t