Back
dependency-graph (clj)
(source)function
(dependency-graph config)
(dependency-graph config {:keys [include-refsets?], :or {include-refsets? true}})
Return a dependency graph of all the refs and refsets in a config. Resolves
derived dependencies. Takes the following options:
`:include-refsets?`
: whether to include refsets in the dependency graph (defaults to true)