package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val parse_cell : keep_hash:bool -> Context.t -> Index.t -> Node_type.view

Parse the cell of the storage at the given index. Exposed for test.

val read_node_fully_for_test : Context.t -> Node_type.node -> Node_type.node

Recusively visit and load all the subnodes in memory. Only for test purposes. Not tail recursive.

Used for test.