Liking cljdoc? Tell your friends :D

pointer.core

Functions to help in finding the lines you care about.

Functions to help in finding the lines you care about.
raw docstring

-node?clj

(-node? form)
source

compile-time-fallback-positionclj

(compile-time-fallback-position)
source

current-file-nameclj

(current-file-name)
source

form-positionclj

(form-position form)
source

form-with-copied-line-numbersclj

(form-with-copied-line-numbers line-number-source form)
source

line-number-forclj

(line-number-for form)
source

line-number-knowncljmacro

(line-number-known number)

Guess the filename of a file position, but use the given line number.

Guess the filename of a file position, but use the given line number.
sourceraw docstring

positioned-formclj

(positioned-form form number-source)

Make sure the form is annotated with a line number, either its original or the given one. Takes either a number or form as a source.

Make sure the form is annotated with a line number, either
its original or the given one. Takes either a number or form
as a source.
sourceraw docstring

set-fallback-line-number-fromclj

(set-fallback-line-number-from form)
source

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

× close