sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
module Hash : Irmin.Hash.S
module Key : sig ... end
module Contents : Irmin.Contents.S
type hash = Hash.t
type key = Key.t
val length_header : Kind.t -> [ `Varint ] option
Describes the length header formats for the data sections of pack entries.
val weight : t -> int
weight t
is the t
's LRU weight.
val encode_bin :
dict:(string -> int option) ->
offset_of_key:(key -> Optint.Int63.t option) ->
hash ->
t Irmin.Type.encode_bin
val decode_bin :
dict:(int -> string option) ->
key_of_offset:(Optint.Int63.t -> key) ->
key_of_hash:(hash -> key) ->
t Irmin.Type.decode_bin