package irmin-test
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  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/Info/index.html
Module S.Info
val author_t : author Irmin.Type.tval message_t : message Irmin.Type.ttype t = infoThe type for commit info.
val t : t Irmin.Type.tval date : t -> int64date t is t's commit date.
The date provided by the user when calling the v function. Rounding Unix.gettimeofday () (when available) is a good value for such date. On more esoteric platforms, any monotonic counter is a fine value as well. On the Git backend, the date is translated into the commit Date field and is expected to be the number of POSIX seconds (thus not counting leap seconds) since the Epoch.
author t is t's commit author.
The author identifies the entity (human, unikernel, process, thread, etc) performing an operation. For the Git backend, this will be directly translated into the Author field.
val empty : tThe empty commit info.
Info Functions
type f = unit -> tAlias for functions which can build commit info.
val none : fThe empty info function. none () is empty
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page