(clean-commands cmd)
(deterministic-shuffle coll seed)
(enqueue q item seed)
(enqueue-cmd! cmd)
(fix-keys val)
(get-db ctx)
(get-max-event-seq-impl {:keys [id] :as ctx})
(get-stored-commands ctx)
(is-locally-bound state-ref)
Returns is DB is filled in locally. It will be always bound? but we want it to be bound per test also and globally for repl testing
Returns is DB is filled in locally. It will be always bound? but we want it to be bound per test also and globally for repl testing
(peek-cmd!)
(register ctx)
(store-command ctx cmd)
Stores command in memory structure
Stores command in memory structure
(store-event ctx event)
Stores event in memory structure
Stores event in memory structure
(store-events events)
(store-identity ctx identity)
Stores identity in memory structure. Raises RuntimeException if identity is already taken
Stores identity in memory structure. Raises RuntimeException if identity is already taken
(store-results-impl ctx resp)
(store-sequence ctx {:keys [id]})
Stores sequence in memory structure. Raises RuntimeException if sequence is already taken
Stores sequence in memory structure. Raises RuntimeException if sequence is already taken
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close