Liking cljdoc? Tell your friends :D

determinism.replay


*reportclj


execute-previous-inputclj

(execute-previous-input {:keys [identity input output]})

Given a previous record, re-run the inputs and ensure the output remains the same as it did in a prior evocation.

Given a previous record, re-run the inputs and ensure the output
remains the same as it did in a prior evocation.
raw docstring

execute-previous-inputsclj

(execute-previous-inputs id)

inc-or-oneclj

(inc-or-one n)

is-callable?clj

(is-callable? identifier)

See if our stringly IDENTIFIER can be called with some coercion.

See if our stringly IDENTIFIER can be called with some coercion.
raw docstring

is-fn?clj

(is-fn? x)

read-string-or-notclj

(read-string-or-not s)

replayclj

(replay identifier)

Given an IDENTIFIER, replay the known inputs and see if they produce the same outputs.

Given an IDENTIFIER, replay the known inputs and see if they produce
the same outputs.
raw docstring

replay-allclj

(replay-all)

Attempt to replay all known and existent functions/symbols.

Attempt to replay all known and existent functions/symbols.
raw docstring

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

× close