Liking cljdoc? Tell your friends :D

donut.hooked


callclj/s≠

clj
(call hook-name arg)

macro so that it will throw on eval if hook isn't defined

macro so that it will throw on eval if hook isn't defined
cljs
raw docstring

call*clj/s

(call* hook-name arg)

call a handler if it's defined

call a handler if it's defined
raw docstring

defhookclj/s

(defhook hook-name doc & [arg-schema return-schema])

hook-registryclj/s


register-handlerclj/s

(register-handler hook-name f)

installs a function to call when the hook gets called

installs a function to call when the hook gets called
raw docstring

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

× close