No cljdoc config found, articles auto discovered.
Library authors can specify article order and hierarchy.
→ Articles docs
(call-if-msgtype f msgtype {:keys [req-message] :as ctx})
(call-interceptor input interceptors)
(call-interceptor input interceptors response-interceptor)
(definterceptor nm msgtype enter-fn leave-fn)
(get-enter-action ctx)
(get-leave-action ctx)
(invoke-action get-action-fn)
(s*append-enter-action a)
(s*append-leave-action a)
(s*set-response msgtype message)
(set-enter-action ctx a)
(set-leave-action ctx a)
cljdoc is a website building & hosting documentation for Clojure/Script libraries