clojure.data.alpha.replicant.client

April 17, 2023 ยท View on GitHub

clone


(clone client obj)
(clone client obj limit)

Given a Replicant client, a remote data structure, and a limit returns a clone of the collection stored on the server as long as it's length and depth fall below the limit. If no limit is provided then the value 100000 is used by default.
source