(add-book snapshot {:keys [lang] :as book})adds a book to a snapshot
adds a book to a snapshot
(delete-entries snapshot entries)delete entries from the snapshot
delete entries from the snapshot
(delete-entry snapshot {:keys [lang module section id]})deletes an entry from the snapshot
deletes an entry from the snapshot
(delete-module snapshot lang module-id)deletes a module in the snapshot
deletes a module in the snapshot
(delete-modules snapshot lang module-ids)deletes a bunch of modules in the snapshot
deletes a bunch of modules in the snapshot
(get-book snapshot lang)gets the merged book for a given language
gets the merged book for a given language
(install-book snapshot {:keys [lang parent] :as new-book})adds a new book or updates grammar if exists
adds a new book or updates grammar if exists
(install-book-update snapshot {:keys [lang grammar parent meta]})updates the book grammar, meta and parent
updates the book grammar, meta and parent
(install-check-merged book & [module-id])checks that the book is not merged (used to check mutate)
checks that the book is not merged (used to check mutate)
(install-module snapshot lang module-id options)adds an new module or update fields if exists
adds an new module or update fields if exists
(install-module-update book {module-id :id :as module})updates the book module
updates the book module
(list-entries snapshot lang)(list-entries snapshot lang module-id)(list-entries snapshot lang module-id section)lists entries for a snapshot
lists entries for a snapshot
(list-modules snapshot lang)list modules for a snapshot
list modules for a snapshot
(set-entries snapshot entries & [opts])sets an entry in the snapshot
sets an entry in the snapshot
(set-entry snapshot entry & [mopts])sets an entry in the snapshot
sets an entry in the snapshot
(set-module snapshot module)sets a module in the snapshot
sets a module in the snapshot
(snapshot-merge parent child)a rough merge of only the modules from the child to the parent
a rough merge of only the modules from the child to the parent
(snapshot-reset snapshot)(snapshot-reset snapshot ks)resets a snapshot to it's blanked modules
resets a snapshot to it's blanked modules
(snapshot-string snapshot)gets the snapshot string
gets the snapshot string
(snapshot? obj)checks if object is a snapshot
checks if object is a snapshot
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 |