Liking cljdoc? Tell your friends :D

missinterpret.storage.store.block.memory


add-block!clj

(add-block! block-store-id {:storage/keys [block] :as element})

Adds the block to the store atom

Adds the block to the store atom
raw docstring

block-store-infoclj


compatible?clj

(compatible? args)

exists-in-store?clj

(exists-in-store? block-store-id {:storage/keys [block]})

idclj

(id)
(id name)
(id name store-atm)

kindclj


load-store-elementclj

(load-store-element content-store block)

newclj

(new id)

query-storeclj

(query-store block-store-id {:store.id/keys [content]})

Returns a function which implements querying functionality.

Returns a function which implements querying functionality.
raw docstring

remove-block!clj

(remove-block! block-store-id {:storage/keys [block] :as element})

Removes the block from the store atom

Removes the block from the store atom
raw docstring

store-atomclj

(store-atom block-store-id)

versionclj

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

× close