= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
package git
-
git
-
-
git.top
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
Signature
val closure :
?full:bool ->
S.t ->
min:Hash.Set.t ->
max:Hash.Set.t ->
K.t Lwt.t
Return a consistent cut of the graph of keys, where no elements are stricly lesser than the ones in min
and none are bigger than the ones in max
. Elements of min
and max
are in the closure. If full
is not set (it is by default), return only the graph of commits.
val pack :
S.t ->
min:Hash.Set.t ->
max:Hash.Set.t ->
(Hash.t * Value.t) list Lwt.t
Return a packed (closed) collection of objects.
On This Page