Functions for reading and building models and setting the repository state. The multimethods should be implemented by specific readers.
Functions for reading and building models and setting the repository state. The multimethods should be implemented by specific readers.
(merge-model)
(merge-model model)
(merge-model model other-model)
Merges the model
with the other
model.
Merges the `model` with the `other` model.
(model-type options)
(model-type options _)
Returns the model type.
Returns the model type.
Reads the models as specified in the options
.
Reads the models as specified in the `options`.
(reader-type options)
(reader-type options _)
Returns the reader type.
Returns the reader type.
(update-state! options)
Updates the state with the registered data read from path
.
Updates the state with the registered data read from `path`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close