Liking cljdoc? Tell your friends :D

restql.core.query


extract-complex-dependenciesclj

(extract-complex-dependencies structure)
source

extract-dependenciesclj

(extract-dependencies value)
source

find-query-itemclj

(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.
sourceraw docstring

get-dependenciesclj

(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
sourceraw docstring

get-dependency-pathsclj

(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
sourceraw docstring

vector-of-keywords?clj

(vector-of-keywords? value)
source

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

× close