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 ghub--graphql-req-p.
Source Code
;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub-graphql.el
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
((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)))
(t) nil "compiler-macro for `ghub--graphql-req-p'."]