Liking cljdoc? Tell your friends :D

pedantic.path

A path is {:node DependencyNode :parents [DependencyNode]}. This represents a point in the dependency tree.

A path is {:node DependencyNode :parents [DependencyNode]}.  This represents
a point in the dependency tree.
raw docstring

all-pathsclj

(all-paths node)

Breadth first traversal of the graph from DependencyNode node. Short circuits a path when a cycle is detected.

Breadth first traversal of the graph from DependencyNode node.
Short circuits a path when a cycle is detected.
sourceraw docstring

range?clj

(range? {:keys [node]})

Does the path point to a DependencyNode asking for a version range?

Does the path point to a DependencyNode asking for a version range?
sourceraw docstring

top-level?clj

(top-level? {:keys [parents]})

Is the path a top level dependency in the project?

Is the path a top level dependency in the project?
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close