Liking cljdoc? Tell your friends :D

clojure-lsp.queries


db-with-project-analysisclj

(db-with-project-analysis db)
source

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-aliases-for-langsclj

(find-all-aliases-for-langs db langs)
source

find-all-elements-under-cursorclj

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

find-all-keyword-definitionsclj

(find-all-keyword-definitions db)
source

find-all-ns-definition-namesclj

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

find-all-ns-definition-names-xfclj

source

find-all-ns-definitions-for-langsclj

(find-all-ns-definitions-for-langs db langs)
source

find-all-var-definitionsclj

(find-all-var-definitions db)
source

find-declarationcljmultimethod

source

find-declaration-from-cursorclj

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

find-definitioncljmultimethod

source

find-definition-from-cursorclj

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

find-duplicate-requiresclj

(find-duplicate-requires db filename)
source

find-element-for-renameclj

(find-element-for-rename db from-ns from-name)
source

find-element-under-cursorclj

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

find-implementationscljmultimethod

source

find-implementations-from-cursorclj

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

find-keyword-definitionsclj

(find-keyword-definitions db filename)
source

find-local-by-destructured-keywordclj

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

find-local-usages-under-formclj

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

find-namespace-definition-by-filenameclj

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

find-namespace-definitionsclj

(find-namespace-definitions db filename)
source

find-namespace-usage-by-aliasclj

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

find-referencescljmultimethod

source

find-references-from-cursorclj

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

find-unused-aliasesclj

(find-unused-aliases db filename)
source

find-unused-importsclj

(find-unused-imports db filename)
source

find-unused-refersclj

(find-unused-refers db filename)
source

find-var-definitionsclj

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

find-var-usages-under-formclj

(find-var-usages-under-form db 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

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

× close