Back
ns-analysis (clj)
(source)function
(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.