(find-query-item query-item-name state)
given a query-item-name (a keyword) returns the query-item (a pair with keyword and data) from state. State is a vector of pairs.
given a query-item-name (a keyword) returns the query-item (a pair with keyword and data) from state. State is a vector of pairs.
(get-dependencies [_query-item-name query-item-data])
given a query-item, checks its :with parameter and returns a set of keywords with all dependencies
given a query-item, checks its :with parameter and returns a set of keywords with all dependencies
(get-dependency-paths query-item-data)
given only a query-item-data ({:from ... :with ...}), returns a set of vectors with the dependency paths listed
given only a query-item-data ({:from ... :with ...}), returns a set of vectors with the dependency paths listed
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close