package irmin-git

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

Only valid for in-memory Git stores.

val clear : ?root:string -> unit -> unit

clear ?root () clear the store located at root. Do nothing if the store is not an in-memory Git store.

val clear_all : unit -> unit

clear_all clears all the known stores. Do nothing is the store is not an in-memory Git store.