Variable: cider--skip-op-ensure
cider--skip-op-ensure is a variable defined in cider-client.el.
Value
nil
Documentation
When non-nil, skip the automatic op-support check in CIDER's nREPL senders.
Background or best-effort callers that should degrade silently when an op
isn't available (instead of signaling) can bind this around their sends.
Note that callers which already probe cider-nrepl-op-supported-p before
sending never reach the check, so they don't need this.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-client.el
(defvar cider--skip-op-ensure nil
"When non-nil, skip the automatic op-support check in CIDER's nREPL senders.
Background or best-effort callers that should degrade silently when an op
isn't available (instead of signaling) can bind this around their sends.
Note that callers which already probe `cider-nrepl-op-supported-p' before
sending never reach the check, so they don't need this.")