Liking cljdoc? Tell your friends :D
Clojure only.

pallet.environment-impl

Implementation namespace for the pallet environment.

Implementation namespace for the pallet environment.
raw docstring

get-forclj

(get-for session keys)
(get-for session keys default)

Retrieve the environment value at the path specified by keys. When no default value is specified, then raise an :environment-not-found if no environment value is set.

(get-for {:p {:a {:b 1} {:d 2}}} [:p :a :d])
;=> 2
Retrieve the environment value at the path specified by keys.
When no default value is specified, then raise an `:environment-not-found` if
no environment value is set.

    (get-for {:p {:a {:b 1} {:d 2}}} [:p :a :d])
    ;=> 2
sourceraw docstring

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

× close