package irmin

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

Module Tree.ContentsSource

Operations on lazy tree contents.

Sourcetype t

The type of lazy tree contents.

Sourceval hash : t -> hash

hash t is the hash of the contents value returned when t is forced successfully.

force t forces evaluation of the lazy content value t, or returns an error if no such value exists in the underlying repository.

Sourceval clear : t -> unit

clear t clears t's cache.

OCaml

Innovation. Community. Security.