(back-to-mark-or-nil zloc marker)
(find-function-definition-name-loc loc)
(find-function-usage-name-loc zloc)
(find-namespace zloc)
(find-namespace-name zloc)
(find-op zloc)
(find-ops-up zloc & op-strs)
(find-refer-ns zloc)
(inside-refer? zloc)
(inside-require? zloc)
(join-let let-loc)
if a let is directly above a form, will join binding forms and remove the inner let
if a let is directly above a form, will join binding forms and remove the inner let
(map-children parent-zloc f)
(mark-position zloc marker)
(mark-position-when zloc marker p?)
(parent-let? zloc)
(raise zloc)
Delete siblings and raise node at zloc one level up
[1 [2 |3 4]] => [1 |3]
Delete siblings and raise node at zloc one level up - `[1 [2 |3 4]] => [1 |3]`
(single-child? zloc)
(to-top loc)
(top? loc)
(wrap-around zloc tag)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close