Function: cider-current-connection
cider-current-connection is a function alias for cider-current-repl,
defined in cider-session.el.
This function is obsolete since 2.0.0; use cider-current-repl
instead.
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.
Aliases
cider-current-connection (obsolete since 2.0.0)