Liking cljdoc? Tell your friends :D

prone.prep

Prepare data for serialization so it can safely go over the wire, and be picked back up with read-string on the client.

Prepare data for serialization so it can safely go over the wire, and be
picked back up with read-string on the client.
raw docstring

max-source-linesclj

Source code files longer than this will need to be truncated in order for the client-side syntax highlighter to finish in a timely fashion.

Source code files longer than this will need to be truncated in order for the
client-side syntax highlighter to finish in a timely fashion.
sourceraw docstring

max-string-lengthclj

While it's nice to have all the data available in the UI, some strings are just too long for performance and display purposes. Truncate them down.

While it's nice to have all the data available in the UI, some strings are
just too long for performance and display purposes. Truncate them down.
sourceraw docstring

maybe-updateclj

(maybe-update m k f & args)
source

prep-debug-pageclj

(prep-debug-page debug-data request)
source

prep-error-pageclj

(prep-error-page error debug-data request app-namespaces)
source

prepare-for-serialization-1clj

(prepare-for-serialization-1 val)
source

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

× close