(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
(call* hook-name arg)
call a hook fn if it's defined
call a hook fn if it's defined
(defhook hook-name docstring & [arg-schema])
(set-hook-fn! hook-name f)
installs a function to call when the hook gets called
installs a function to call when the hook gets called
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close