Function: cider-connections

cider-connections is a function alias for cider-repls, defined in cider-session.el.

This function is obsolete since 2.0.0; use cider-repls instead.

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.

If the buffer is pinned to a REPL via cider--pinned-repl-buffer, that REPL's session is used instead of the current one (taking precedence over cider-default-session); a stale pin falls through to normal resolution.

Aliases

cider-connections (obsolete since 2.0.0)