Liking cljdoc? Tell your friends :D

clojure-lsp.refactor.transform


can-create-function?clj

(can-create-function? zloc)
source

can-create-test?clj

(can-create-test? zloc uri db)
source

can-cycle-fn-literal?clj

(can-cycle-fn-literal? zloc)
source

can-thread-list?clj

(can-thread-list? zloc)
source

can-thread?clj

(can-thread? zloc)
source

can-unwind-thread?clj

(can-unwind-thread? zloc)
source

change-collclj

(change-coll zloc coll)

Change collection to specified collection

Change collection to specified collection
sourceraw docstring

common-var-definition-symbolsclj

source

create-functionclj

(create-function local-zloc uri db)
source

create-testclj

(create-test zloc uri {:keys [db producer]})
source

cycle-collclj

(cycle-coll zloc)

Cycles collection between vector, list, map and set

Cycles collection between vector, list, map and set
sourceraw docstring

cycle-fn-literalclj

(cycle-fn-literal zloc)
source

cycle-privacyclj

(cycle-privacy zloc db)
source

expand-letclj

(expand-let zloc uri db)
(expand-let zloc expand-to-top? uri db)

Expand the scope of the next let up the tree.

Expand the scope of the next let up the tree.
sourceraw docstring

extract-functionclj

(extract-function zloc uri fn-name db)
source

find-function-formclj

(find-function-form zloc)
source

find-let-formclj

(find-let-form zloc uri db)

Finds a let-form that would be valid to move zloc to

Finds a let-form that would be valid to move zloc to
sourceraw docstring

find-other-collsclj

(find-other-colls zloc)
source

find-public-function-to-createclj

(find-public-function-to-create zloc uri db)
source

find-withinclj

(find-within zloc p?)
source

inline-symbolclj

(inline-symbol uri line column db)
source

inline-symbol?clj

(inline-symbol? {:keys [filename name-row name-col bucket]} db)
source

introduce-letclj

(introduce-let zloc binding-name)

Adds a let around the current form.

Adds a let around the current form.
sourceraw docstring

move-to-letclj

(move-to-let zloc uri db binding-name)

Adds form and symbol to a let further up the tree

Adds form and symbol to a let further up the tree
sourceraw docstring

replace-in-bind-valuesclj

(replace-in-bind-values first-bind p? replacement)
source

resultclj

(result zip-edits)
source

suppress-diagnosticclj

(suppress-diagnostic zloc diagnostic-code)
source

thread-allclj

(thread-all zloc sym db)
source

thread-firstclj

(thread-first zloc db)
source

thread-first-allclj

(thread-first-all zloc db)
source

thread-first-symbolsclj

source

thread-invalid-symbolsclj

source

thread-lastclj

(thread-last zloc db)
source

thread-last-allclj

(thread-last-all zloc db)
source

thread-last-symbolsclj

source

thread-symbolsclj

source

unwind-allclj

(unwind-all zloc)
source

unwind-threadclj

(unwind-thread zloc)
source

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

× close