(accrete ctx value)
(accrete ctx key value)
Used after a successful validation or parse, stores the updated value and builds the output shape
Used after a successful validation or parse, stores the updated value and builds the output shape
(create &
{:keys [value path errors input output]
:or {input :dev.jaide.valhalla.context/unset
path []
errors []
value :dev.jaide.valhalla.context/unset
output :dev.jaide.valhalla.context/unset}})
(get-in d ks)
Helper function to navigate various cljs and js objects recursively. It is more resilient than the native get-in.
Throws an error if a data type can't be navigated.
Arguments:
Returns the value at the end of the path
Helper function to navigate various cljs and js objects recursively. It is more resilient than the native get-in. Throws an error if a data type can't be navigated. Arguments: - d - Data to navigate - ks - Vector or strings or keywords to recurse into Returns the value at the end of the path
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close