package irmin-test
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Irmin test suite
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      irmin-3.10.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
    
    
  sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0
    
    
  doc/irmin-test.bench/Irmin_bench/Make/argument-1-S/Backend/Repo/index.html
Module Backend.Repo
A repo abstraction.
type t = repoRepo opening and closing functions
v config is a function returning fresh store handles, with the configuration config, which is provided by the backend.
close t frees up all the resources associated with t. Any operations run on a closed handle will raise Closed.
Getters from repo to backend store in ro mode
val contents_t : t -> Irmin.Perms.read Contents.tval node_t : t -> Irmin.Perms.read Node.tval commit_t : t -> Irmin.Perms.read Commit.tval config : t -> Irmin__.Conf.tval batch : 
  t ->
  (Irmin.Perms.read_write Contents.t ->
    Irmin.Perms.read_write Node.t ->
    Irmin.Perms.read_write Commit.t ->
    'a Lwt.t) ->
  'a Lwt.tA getter from repo to backend stores in rw mode.
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >