Public Vars

Back

analyze-expressions (clj)

(source)

function

(analyze-expressions {:keys [:base-lang :lang :config], :as ctx} expressions)
Analyzes expressions and collects defs and calls into a map. To optimize cache lookups later on, calls are indexed by the namespace they call to, not the ns where the call occurred.

Examples