Function: cider-connections
cider-connections is a function alias for cider-repls, defined in
cider-connection.el.
Signature
(cider-connections &optional TYPE ENSURE REQUIRED-OPS)
Documentation
Return cider REPLs of TYPE from the current session.
If TYPE is nil or multi, return all REPLs. If TYPE is a list of types, return only REPLs of type contained in the list. If ENSURE is non-nil, throw an error if no linked session exists. If REQUIRED-OPS is non-nil, filters out all the REPLs that do not support the designated ops.