Liking cljdoc? Tell your friends :D

clojure-lsp.queries


default-public-vars-defined-by-to-excludeclj

source

default-public-vars-name-to-excludeclj

source

elem-langsclj

(elem-langs element)
source

exclude-public-definition?clj

(exclude-public-definition? kondo-config definition)
source

filter-external-analysis-xfclj

Filter only external elements from analysis. Checking if the first value is not external?, we infer all elements for that filename are not too.

Filter only external elements from analysis.
Checking if the first value is not `external?`, we infer all elements
for that filename are not too.
sourceraw docstring

filter-project-analysis-xfclj

Filter only project elements from analysis. Checking if the first value is external?, we infer all elements for that filename are too.

Filter only project elements from analysis.
Checking if the first value is `external?`, we infer all elements
for that filename are too.
sourceraw docstring

find-all-aliasesclj

(find-all-aliases analysis uri db)
source

find-all-elements-under-cursorclj

(find-all-elements-under-cursor analysis filename line column)
source

find-all-keyword-definitionsclj

(find-all-keyword-definitions analysis)
source

find-all-ns-definition-namesclj

(find-all-ns-definition-names analysis)
source

find-all-ns-definition-names-xfclj

(find-all-ns-definition-names-xf)
source

find-all-var-definitionsclj

(find-all-var-definitions analysis)
source

find-declarationcljmultimethod

source

find-declaration-from-cursorclj

(find-declaration-from-cursor analysis filename line column)
source

find-definitioncljmultimethod

source

find-definition-from-cursorclj

(find-definition-from-cursor analysis filename line column)
source

find-duplicate-requiresclj

(find-duplicate-requires findings filename)
source

find-element-by-full-nameclj

(find-element-by-full-name analysis name ns)
source

find-element-under-cursorclj

(find-element-under-cursor analysis filename line column)
source

find-firstclj

(find-first pred coll)
source

find-implementationscljmultimethod

source

find-implementations-from-cursorclj

(find-implementations-from-cursor analysis filename line column)
source

find-keyword-definitionsclj

(find-keyword-definitions analysis filename)
source

find-local-by-destructured-keywordclj

(find-local-by-destructured-keyword analysis filename keyword-element)
source

find-local-usages-under-formclj

(find-local-usages-under-form analysis
                              filename
                              {:keys [row col end-row end-col]})
source

find-namespace-definition-by-filenameclj

(find-namespace-definition-by-filename analysis filename)
source

find-namespace-definition-by-namespaceclj

(find-namespace-definition-by-namespace analysis namespace)
source

find-namespace-definitionsclj

(find-namespace-definitions analysis filename)
source

find-namespace-usage-by-aliasclj

(find-namespace-usage-by-alias analysis filename alias)
source

find-referencescljmultimethod

source

find-references-from-cursorclj

(find-references-from-cursor analysis filename line column include-declaration?)
source

find-unused-aliasesclj

(find-unused-aliases analysis findings filename)
source

find-unused-importsclj

(find-unused-imports analysis findings filename)
source

find-unused-refersclj

(find-unused-refers analysis findings filename)
source

find-var-definitionsclj

(find-var-definitions analysis filename include-private?)
source

find-var-usages-under-formclj

(find-var-usages-under-form analysis filename line column end-line end-column)
source

kw-signatureclj

source

var-definition-namesclj

(var-definition-names {:keys [defined-by name]})
source

var-definition-signaturesclj

(var-definition-signatures var-def)
source

var-usage-signatureclj

source

xf-all-keyword-usagesclj

source

xf-all-var-usages-to-namespacesclj

(xf-all-var-usages-to-namespaces namespaces)
source

xf-var-defsclj

(xf-var-defs include-private?)
source

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

× close