Liking cljdoc? Tell your friends :D

clojure-lsp.feature.file-management


analyze-changesclj

(analyze-changes {:keys [uri text version]}
                 {:keys [producer db*] :as components})
source

analyze-reference-filenames!clj

(analyze-reference-filenames! filenames db*)
source

analyze-watched-files!clj

(analyze-watched-files! uris {:keys [db* producer] :as components})
source

create-ns-changesclj

(create-ns-changes uri text db)
source

did-changeclj

(did-change uri changes version {:keys [db* current-changes-chan]})
source

did-change-watched-filesclj

(did-change-watched-files changes
                          {:keys [db* watched-files-chan] :as components})
source

did-closeclj

(did-close uri {:keys [db*] :as components})
source

did-openclj

(did-open uri text {:keys [db* edits-chan] :as components} allow-create-ns)
source

did-saveclj

(did-save uri db*)
source

force-get-document-textclj

(force-get-document-text uri {:keys [db*] :as components})

Get document text from db, if document not found, tries to open the document

Get document text from db, if document not found, tries to open the document
sourceraw docstring

load-document!clj

(load-document! uri text db*)
source

reference-filenamesclj

(reference-filenames filename db-before db-after)
source

replace-textclj

(replace-text original replacement line character end-line end-character)
source

will-rename-filesclj

(will-rename-files files db)
source

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

× close