Liking cljdoc? Tell your friends :D
Clojure only.

clojure-lsp.queries


db-with-analysisclj

(db-with-analysis db f & args)
source

db-with-internal-analysisclj

(db-with-internal-analysis db)
source

db-with-ns-analysisclj

(db-with-ns-analysis db namespace)
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

external-analysisclj

(external-analysis {:keys [analysis] :as db})
source

find-all-elements-under-cursorclj

(find-all-elements-under-cursor db filename row col)
source

find-all-keyword-definitionsclj

(find-all-keyword-definitions db)
source

find-all-var-definitionsclj

(find-all-var-definitions db)
source

find-declarationcljmultimethod

source

find-declaration-from-cursorclj

(find-declaration-from-cursor db filename row col)
source

find-definitioncljmultimethod

source

find-definition-from-cursorclj

(find-definition-from-cursor db filename row col)
source

find-defmethodsclj

(find-defmethods db filename)
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 row col)
source

find-implementationscljmultimethod

source

find-implementations-from-cursorclj

(find-implementations-from-cursor db filename row col)
source

find-internal-definitionsclj

(find-internal-definitions db)

All ns definitions, var definitions and defmethods.

All ns definitions, var definitions and defmethods.
sourceraw docstring

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-under-cursorclj

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

find-local-usages-under-formclj

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

find-locals-under-formclj

(find-locals-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 row col 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 row col end-row end-col)
source

internal-analysisclj

(internal-analysis {:keys [analysis] :as db})
source

internal-ns-namesclj

(internal-ns-names {:keys [documents] :as db})
source

kw-signatureclj

source

ns-aliasesclj

(ns-aliases {:keys [dep-graph] :as db})
source

ns-aliases-for-langsclj

(ns-aliases-for-langs {:keys [dep-graph] :as db} langs)
source

ns-analysisclj

(ns-analysis {:keys [analysis] :as db} namespace)
source

ns-and-dependents-analysisclj

(ns-and-dependents-analysis {:keys [analysis] :as db} namespace)
source

ns-dependencies-analysisclj

(ns-dependencies-analysis {:keys [analysis] :as db} namespace)
source

ns-dependents-analysisclj

(ns-dependents-analysis {:keys [analysis] :as db} namespace)
source

ns-namesclj

(ns-names {:keys [analysis dep-graph] :as db})
source

ns-names-for-langsclj

(ns-names-for-langs {:keys [analysis documents] :as db} langs)
source

ns-names-for-uriclj

(ns-names-for-uri {:keys [documents] :as db} uri filename)
source

nses-analysisclj

(nses-analysis {:keys [analysis] :as db} namespaces)
source

nses-and-dependents-analysisclj

(nses-and-dependents-analysis {:keys [analysis] :as db} namespaces)
source

nses-some-internal-uriclj

(nses-some-internal-uri db namespaces)
source

uri-dependencies-analysisclj

(uri-dependencies-analysis {:keys [analysis documents] :as db} uri)
source

uri-dependents-analysisclj

(uri-dependents-analysis {:keys [analysis documents] :as db} uri)
source

uris-to-filenamesclj

(uris-to-filenames db uris)
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-analysis->java-class-definitionsclj

source

xf-analysis->keyword-definitionsclj

source

xf-analysis->keyword-usagesclj

source

xf-analysis->keywordsclj

source

xf-analysis->namespace-aliasclj

source

xf-analysis->namespace-definitionsclj

source

xf-analysis->namespace-usagesclj

source

xf-analysis->protocol-implsclj

source

xf-analysis->var-definitionsclj

source

xf-analysis->var-usagesclj

source

xf-analysis->varsclj

source

xf-same-fqnclj

(xf-same-fqn ns name)
(xf-same-fqn ns name get-ns)
(xf-same-fqn ns name get-ns get-name)
source

xf-same-langclj

(xf-same-lang element)
source

xf-same-nameclj

(xf-same-name name)
(xf-same-name name get-name)
source

xf-same-nsclj

(xf-same-ns ns)
(xf-same-ns ns get-ns)
source

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

× close