Function: ghub--graphql-req-narrow--inliner
ghub--graphql-req-narrow--inliner is a function defined in
ghub-graphql.el.
Signature
(ghub--graphql-req-narrow--inliner INLINE--FORM X)
Source Code
;; Defined in ~/.emacs.d/elpa/ghub-20260401.1239/ghub-graphql.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 'progn
(list 'or (list 'ghub--graphql-req-p x)
(list 'signal
(list 'quote 'wrong-type-argument)
(list 'list
(list 'quote 'ghub--graphql-req) x)))
(list 'aref x 22))))
(if (eq x exp) body (macroexp-let* (list (list x exp)) body)))))
(cl-struct-ghub--graphql-req-tags)]