(generated-node? node)
Checks whether node was generated by other hook, or if the node was written by user. Assumes that a node without location metadata was generated.
Checks whether node was generated by other hook, or if the node was written by user. Assumes that a node without location metadata was generated.
(ns-analysis ns-sym)
(ns-analysis ns-sym {:keys [lang]})
Return any cached analysis for the namespace identified by ns-sym. Returns a map keyed by language keyword with values being maps of var definitions keyed by defined symbol. The value for each symbol is a subset of the values provide by the top level :analysis option.
Return any cached analysis for the namespace identified by ns-sym. Returns a map keyed by language keyword with values being maps of var definitions keyed by defined symbol. The value for each symbol is a subset of the values provide by the top level :analysis option.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close