Liking cljdoc? Tell your friends :D

domino.context.helpers


compute-pathclj/s

(compute-path ctx id)

Given an ID, computes the path to the data

Given an ID, computes the path to the data
sourceraw docstring

elide-opt-keysclj/s

Field options which are expensive or difficult to serialize. To be elided by trimmed-opts

Field options which are expensive or difficult to serialize.
To be elided by `trimmed-opts`
sourceraw docstring

field-optsclj/s

(field-opts ctx id)

Gets the field opts for a given ID

Gets the field opts for a given ID
sourceraw docstring

ignore-final?clj/s

(ignore-final? {:domino.core/keys [ignore-finals? id->opts] :as ctx} id)

Check if the specified field (or all fields) should silently ignore changes to final fields instead of throwing an error.

Check if the specified field (or all fields) should silently ignore changes to final fields instead of throwing an error.
sourceraw docstring

is-collection?clj/s

(is-collection? ctx)
source

is-final?clj/s

(is-final? ctx id)

Checks if a field is marked as final

Checks if a field is marked as final
sourceraw docstring

trimmed-optsclj/s

(trimmed-opts ctx id)

Gets a trimmed opts map for the field corresponding to the passed ID

Gets a trimmed opts map for the field corresponding to the passed ID
sourceraw docstring

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

× close