Liking cljdoc? Tell your friends :D

missinterpret.storage.store.core


add-optionsclj

(add-options opts)
(add-options element
             {:keys [default-fn metadata metadata-action rm-sources] :as opts})

Includes the arguments that can modify a block during the add operation.

When metadata is supplied without a metadata-action the action defaults to :metadata/merge-first.

Includes the arguments that can modify a block during the add operation.

When metadata is supplied without a metadata-action the action defaults
to :metadata/merge-first.
raw docstring

query-optionsclj

(query-options opts)
(query-options element {:keys [default-fn query-fn ordering-fn] :as opts})

Includes the arguments that can modify a query.

Includes the arguments that can modify a query.
raw docstring

remove-optionsclj

(remove-options opts)
(remove-options element
                {:keys [default-fn allow-content-only omit-rm-block-predicate
                        keep-orig-block-predicate]
                 :as opts})

store-nameclj

(store-name store)
(store-name block-store-id content-store-id)

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

× close