package git

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

A Window. It consists to keep an 1 megabyte area of a PACK file.

type t = {
  1. raw : Cstruct.t;
  2. off : int64;
  3. len : int;
}

The type of the window.

val inside : int64 -> t -> bool

inside off t checks if the offset off is available inside in ŧ.

val pp : t Fmt.t

Pretty-printer of t.