(block-store-id? args)
(block-store? block-store)
(consistent? {:storage/keys [provider block]})
Does the provider's content address id match the block content address id?
If either provider or block are not valid entities - returns true
Does the provider's content address id match the block content address id? If either provider or block are not valid entities - returns true
(content-store-id? args)
(content-store? content-store)
(file-block-store-id? args)
(file-content-store-id? args)
(flow-store-opts? opts)
(memory-block-store-id? args)
(memory-content-store-id? args)
(store-id? id)
(store? store)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close