Function: ghub--graphql-req-p--cmacro

ghub--graphql-req-p--cmacro is a function defined in ghub-graphql.el.

Signature

(ghub--graphql-req-p--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining ghub--graphql-req-p.

Source Code

;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub-graphql.el
;; Closure converted to defun by helpful.
(defun ghub--graphql-req-p--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `ghub--graphql-req-p'."
  (cl-block ghub--graphql-req-p--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block ghub--graphql-req-p
	(and
	 (memq
	  (type-of cl-x)
	  cl-struct-ghub--graphql-req-tags)
	 t))
     nil nil nil cl-x)))