Function: nrepl-response-queue-p--inliner
nrepl-response-queue-p--inliner is a function defined in
nrepl-client.el.
Signature
(nrepl-response-queue-p--inliner INLINE--FORM X)
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
;; Could not find source code, showing raw function object.
#[(inline--form x)
((ignore inline--form)
(catch 'inline--just-use
(let*
((exp x)
(x (if (macroexp-copyable-p exp) exp (make-symbol "x")))
(body
(list 'and
(list 'memq (list 'type-of x)
'cl-struct-nrepl-response-queue-tags)
t)))
(if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
(cl-struct-nrepl-response-queue-tags
cl-struct-nrepl-response-queue-tags)]