= 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
pred t s
is the list of s
's predecessors in the graph t
. If full
is not set (by default it is) only consider commits and their history relation.
The type for path values. See find
for details.
mem t s p
check wether there exists a path p
from s
in t
.
On This Page