Liking cljdoc? Tell your friends :D

clojure-lsp.shared


->rangeclj

(->range {:keys [name-row name-end-row name-col name-end-col row end-row col
                 end-col]
          :as element})

->scope-rangeclj

(->scope-range {:keys [name-row name-end-row name-col name-end-col row end-row
                       col end-col]
                :as element})

assoc-in-someclj

(assoc-in-some m ks v)

assoc-someclj

(assoc-some m k v)
(assoc-some m k v & kvs)

Assoc[iate] if the value is not nil.

Assoc[iate] if the value is not nil. 
raw docstring

debounce-byclj

(debounce-by in ms by-fn)

Debounce in channel with ms miliseconds distincting by by-fn.

Debounce in channel with ms miliseconds distincting by by-fn.
raw docstring

deep-mergeclj

(deep-merge a b)

dissoc-inclj

(dissoc-in m key-vec)

external-file?clj

(external-file? filename)

file-exists?clj

(file-exists? f)

filename->namespaceclj

(filename->namespace filename db)

filename->uriclj

(filename->uri filename db)

Converts an absolute file path into a file URI string.

Jar files are given the jar:file or zipfile scheme depending on the :dependency-scheme setting.

Converts an absolute file path into a file URI string.

Jar files are given the `jar:file` or `zipfile` scheme depending on the
`:dependency-scheme` setting.
raw docstring

inside?clj

(inside? a b)

Checks if element a is inside element b scope.

Checks if element `a` is inside element `b` scope.
raw docstring

jar-filename-regexclj


join-filepathsclj

(join-filepaths & components)

keywordize-first-depthclj

(keywordize-first-depth m)

logging-timecljmacro

(logging-time message & body)

Executes body logging message formatted with the time spent from body.

Executes `body` logging `message` formatted with the time spent
from body.
raw docstring

namespace->uriclj

(namespace->uri namespace source-paths filename db)

plain-uri?clj

(plain-uri? uri)

position->line-columnclj

(position->line-column position)

process-alive?clj

(process-alive? pid)

relativize-filepathclj

(relativize-filepath path root)

Returns absolute path (string) as relative file path starting at root (string)

The output representation path matches that of the operating system.

Returns absolute `path` (string) as relative file path starting at `root` (string)

The output representation path matches that of the operating system.
raw docstring

start-time->end-time-secondsclj

(start-time->end-time-seconds start-time)

to-fileclj

(to-file path child)

unix-process-alive?clj

(unix-process-alive? pid)

uri->available-langsclj

(uri->available-langs uri)

uri->file-typeclj

(uri->file-type uri)

uri->filenameclj

(uri->filename uri)

Converts a URI string into an absolute file path.

The output path representation matches that of the operating system.

Converts a URI string into an absolute file path.

The output path representation matches that of the operating system.
raw docstring

uri->namespaceclj

(uri->namespace uri db)
(uri->namespace uri filename db)

uri->pathclj

(uri->path uri)

windows-os?clj


windows-process-alive?clj

(windows-process-alive? pid)

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

× close