(collect-module book {:keys [native] :as module})collects information for the entire module
collects information for the entire module
(collect-script book form mopts)collect dependencies given a form and book
collect dependencies given a form and book
(collect-script-entries {:keys [modules] :as book} sym-ids)collects all entries
collects all entries
(collect-script-natives modules initial)gets native imported modules
gets native imported modules
(collect-script-summary [form entries natives])summaries the output of collect-script
summaries the output of `collect-script`
(has-module-form {:keys [meta] :as book} module)checks if module is available
checks if module is available
(has-ptr-form {:keys [meta] :as book} ptr)form to check if pointer exists
form to check if pointer exists
(module-export-form {:keys [meta] :as book} module opts)export form
export form
(module-import-form {:keys [meta] :as book} name module opts)import form
import form
(module-link-form {:keys [meta] :as book} ns options)link form for projects
link form for projects
(setup-module-form {:keys [meta] :as book} module)setup the module
setup the module
(setup-ptr-form {:keys [meta] :as book} ptr)form to setup pointer
form to setup pointer
(teardown-module-form {:keys [meta] :as book} module)teardown the module
teardown the module
(teardown-ptr-form {:keys [meta] :as book} ptr)form to teardown pointer
form to teardown pointer
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |