Liking cljdoc? Tell your friends :D

dev.jaide.valhalla.context


accretecljs

(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
raw docstring

append-pathcljs

(append-path ctx path)

clear-errorscljs

(clear-errors ctx)

createcljs

(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<cljs

(path< ctx)

path>cljs

(path> ctx path)

raise-errorcljs

(raise-error ctx err)

raise-errorscljs

(raise-errors ctx errors)

replace-pathcljs

(replace-path ctx path)
(replace-path ctx idx path)

unset?cljs

(unset? v)

update-outputcljs

(update-output ctx output)

update-pathcljs

(update-path ctx path)

update-valuecljs

(update-value ctx value)

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

× close