Entrypoint for clojure-lsp test helper
Entrypoint for clojure-lsp test helper
(code & strings)
Return a string of concatenated strings separated by .
Return a string of concatenated strings separated by .
(db)
Get current value of in-memory clojure-lsp db.
Get current value of in-memory clojure-lsp db.
(db*)
The in-memory atom clojure-lsp db, can be changed.
The in-memory atom clojure-lsp db, can be changed.
(file-path path)
Conform path to a file path considering Windows and unix paths.
Conform path to a file path considering Windows and unix paths.
(file-uri uri)
Conform uri to a file uri considering Windows and unix paths.
Conform uri to a file uri considering Windows and unix paths.
(load-code! {:keys [code uri components]
:or {uri h.internal/default-uri
components (h.internal/components)}})
Simulates code load by clojure-lsp, analyzing it.
Simulates code load by clojure-lsp, analyzing it.
(reset-components!)
Resets in-memory clojure-lsp components to a empty state, removing any previously loaded code.
Resets in-memory clojure-lsp components to a empty state, removing any previously loaded code.
(set-db! db)
Changes in-memory db merging specified db.
Changes in-memory db merging specified db.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close