Liking cljdoc? Tell your friends :D

cljfmt.format.fn


defn-or-multiline?clj

(defn-or-multiline? zloc)

True if this location is inside a defn or a multi-line form.

True if this location is inside a `defn` or a multi-line form.
sourceraw docstring

fn-to-name-or-args-space?clj

(fn-to-name-or-args-space? zloc)

True if the node at this location is whitespace between a function's header and the name or argument vector.

True if the node at this location is whitespace between a function's header
and the name or argument vector.
sourceraw docstring

post-args-space?clj

(post-args-space? zloc)

True if the node at this location is whitespace immediately following a function argument vector.

True if the node at this location is whitespace immediately following a
function argument vector.
sourceraw docstring

post-doc-space?clj

(post-doc-space? zloc)

True if the node at this location is whitespace immediately following a function docstring.

True if the node at this location is whitespace immediately following a
function docstring.
sourceraw docstring

post-name-space?clj

(post-name-space? zloc)

True if the node at this location is whitespace immediately following a function name.

True if the node at this location is whitespace immediately following a
function name.
sourceraw docstring

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

× close