Function: cider-current-connection
cider-current-connection is a for cider-current-repl,
defined in cider-connection.el.
Signature
(cider-current-connection &optional TYPE ENSURE)
Documentation
Get the most recent REPL of TYPE from the current session.
TYPE is either clj, cljs, multi, infer or any. When infer or nil, infer the type from the current buffer. If ENSURE is non-nil, throw an error if either there is no linked session or there is no REPL of TYPE within the current session.