package irmin-git
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Git backend for Irmin
Install
dune-project
Dependency
Authors
Maintainers
Sources
irmin-3.10.0.tbz
sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0
doc/irmin-git.unix/Irmin_git_unix/Maker/argument-1-G/Value/index.html
Module G.Value
type hash = hashtype nonrec t = hash Git.Value.tOCaml value which represents a Git object.
module Blob : Git.Blob.S with type hash = hashmodule Commit : Git.Commit.S with type hash = hashmodule Tree : Git.Tree.S with type hash = hashval kind : t -> [ `Commit | `Blob | `Tree | `Tag ]kind o returns the kind of the Git object.
digest t associates a hash to any value of t. It is guaranteed that if x = y or compare x y = 0, then digest x = digest y.
val hash : t -> inthash blob associates a non-negative integer to any value of t. It is guaranteed that if x = y or compare x y = 0, then hash x = hash y.
Sets and Maps.
val length : t -> int64val length_with_header : t -> int64length_with_header t is length t plus the length of the header.
val to_raw : t -> stringval to_raw_without_header : t -> string sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page