(compute-path ctx id)
Given an ID, computes the path to the data
Given an ID, computes the path to the data
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`
(field-opts ctx id)
Gets the field opts for a given ID
Gets the field opts for a given ID
(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.
(is-final? ctx id)
Checks if a field is marked as final
Checks if a field is marked as final
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close