package datakit

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

Create a full VFS from a DataKit store.

Parameters

module Store : S

Signature

type repo = Store.Repo.t

The type for repositories.

val create : info:(string -> Irmin.Info.t) -> repo -> Vfs.Dir.t

create ~info repo is the root directory of the filesystem for the Irmin repository repo. info is used to create timestamped commit messages for changes.