Liking cljdoc? Tell your friends :D

formatting-stack.formatters.clean-ns.impl


clean-ns-formclj

(clean-ns-form {:keys [how-to-ns-opts refactor-nrepl-opts filename
                       original-ns-form]})

ns-form-ofclj

(ns-form-of filename)

used-namespace-namesclj

(used-namespace-names filename)

NOTE: this returns the set of namespace names that are used, not the set of namespaces that are used.

e.g. a namespace which is exclusively used through :refer has a 'unused namespace name', but it is not unused (because it is referred).

Use with caution accordingly, and not as a exclusive source of truth.

NOTE: this returns the set of namespace _names_ that are used, not the set of namespaces that are used.

e.g. a namespace which is exclusively used through `:refer` has a 'unused namespace name',
but it is not unused (because it is referred).

Use with caution accordingly, and not as a exclusive source of truth.
raw docstring

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

× close