(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
(append-path ctx path)
(clear-errors ctx)
(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}})
(path< ctx)
(path> ctx path)
(raise-error ctx err)
(raise-errors ctx errors)
(replace-path ctx path)
(replace-path ctx idx path)
(unset? v)
(update-output ctx output)
(update-path ctx path)
(update-value ctx value)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close