Liking cljdoc? Tell your friends :D

com.gfredericks.repl.stashing


clear-all-stashes!clj

(clear-all-stashes!)

Clears all stashes in all namespaces

Clears all stashes in all namespaces
sourceraw docstring

get-stashclj

(get-stash a-var)
source

stash-everything!clj

(stash-everything!)

Stashes args, return values, and exceptions thrown for all of the fuctions defined in the current namespace.

Stashes args, return values, and exceptions thrown for all of the
fuctions defined in the current namespace.
sourceraw docstring

stashed-exceptionsclj

(stashed-exceptions)

Returns all stashed exceptions in all namespaces, in the order they were thrown.

Returns all stashed exceptions in all namespaces, in the order they
were thrown.
sourceraw docstring

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

× close