Function: ghub--graphql-req-errorback--cmacro
ghub--graphql-req-errorback--cmacro is a function defined in
ghub-graphql.el.
Signature
(ghub--graphql-req-errorback--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for ghub--graphql-req-errorback.
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-errorback--cmacro
(cl--defsubst-expand '(cl-x)
'(cl-block ghub--graphql-req-errorback
(progn
(or (ghub--graphql-req-p cl-x)
(signal 'wrong-type-argument
(list 'ghub--graphql-req
cl-x)))
(aref cl-x 13)))
nil nil nil cl-x)))
(t) nil "compiler-macro for `ghub--graphql-req-errorback'."]