Liking cljdoc? Tell your friends :D

clojure-lsp.test-helper

Entrypoint for clojure-lsp test helper

Entrypoint for clojure-lsp test helper
raw docstring

codeclj

(code & strings)

Return a string of concatenated strings separated by .

Return a string of concatenated strings separated by 
.
raw docstring

components*clj


dbclj

(db)

Get current value of in-memory clojure-lsp db.

Get current value of in-memory clojure-lsp db.
raw docstring

db*clj

(db*)

The in-memory atom clojure-lsp db, can be changed.

The in-memory atom clojure-lsp db, can be changed.
raw docstring

default-uriclj


file-pathclj

(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.
raw docstring

file-uriclj

(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.
raw docstring

load-code!clj

(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.
raw docstring

reset-components!clj

(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.
raw docstring

set-db!clj

(set-db! db)

Changes in-memory db merging specified db.

Changes in-memory db merging specified db.
raw docstring

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

× close